forked from mirrors/bookwyrm
styles for import status page
This commit is contained in:
parent
92ef3a574c
commit
f6d754f0c4
1 changed files with 63 additions and 60 deletions
|
@ -2,9 +2,8 @@
|
|||
{% load fr_display %}
|
||||
{% load humanize %}
|
||||
{% block content %}
|
||||
<div id="content">
|
||||
<div>
|
||||
<h1>Import Status</h1>
|
||||
<div class="block">
|
||||
<h1 class="title">Import Status</h1>
|
||||
|
||||
<p>
|
||||
Import started: {{ job.created_date | naturaltime }}
|
||||
|
@ -16,7 +15,9 @@
|
|||
<p>
|
||||
{{ task.info }}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<div class="block">
|
||||
{% if job.import_status %}
|
||||
{% include 'snippets/status.html' with status=job.import_status %}
|
||||
{% endif %}
|
||||
|
@ -25,8 +26,10 @@
|
|||
<p>
|
||||
(Hit reload to update!)
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<table>
|
||||
<div class="block">
|
||||
<table class="table">
|
||||
<tr>
|
||||
<th>
|
||||
Book
|
||||
|
|
Loading…
Reference in a new issue