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