work on logs, timetable, stats

This commit is contained in:
bkfox
2019-09-08 01:39:40 +02:00
parent 2d21ab2434
commit c68e21ee57
71 changed files with 19683 additions and 710 deletions

View File

@ -6,12 +6,11 @@ Context:
- page: page
{% endcomment %}
{% block subtitle %}
{{ block.super }}
{% if page.category %}
{% block header_meta %}{{ block.super }}
<span class="column has-text-right">{{ object.category.title }}</span>
{% endif %}
{% endblock %}
{% endif %}
{% block main %}
@ -51,7 +50,9 @@ Context:
{% for field in comment_form %}
<div class="field is-horizontal">
<div class="field-label is-normal">
<label class="label">{{ field.label_tag }}</label>
<label class="label">
{{ field.label_tag }}
</label>
</div>
<div class="field-body">
<div class="field">