work on player

This commit is contained in:
bkfox
2020-10-22 00:30:02 +02:00
parent c10a114393
commit 2a0d0b1758
50 changed files with 19630 additions and 2193 deletions

View File

@ -7,12 +7,11 @@ Context:
- page: page
{% endcomment %}
{% block header_meta %}{{ block.super }}
<span class="column has-text-right">
{% if page.category %}
{{ page.category.title }}
{% endif %}
</span>
{% block header_crumbs %}
{{ block.super }}
{% if page.category %}
/ {{ page.category.title }}
{% endif %}
{% endblock %}
{% block main %}
@ -21,7 +20,7 @@ Context:
{% block comments %}
{% if comments or comment_form %}
<hr>
<section>
<section class="mt-6">
<h4 class="title is-4">{% trans "Comments" %}</h4>
{% for comment in comments %}