styles for import status page

This commit is contained in:
Mouse Reeve 2020-09-30 12:11:53 -07:00
parent 92ef3a574c
commit f6d754f0c4
1 changed files with 63 additions and 60 deletions

View File

@ -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