add download link; update player and pages layout

This commit is contained in:
bkfox
2022-10-07 16:15:32 +02:00
parent a24afd114e
commit 156b0afcb9
16 changed files with 13000 additions and 145 deletions

View File

@ -32,7 +32,6 @@ Context:
{% block comments %}
{% if comments or comment_form %}
<hr>
<section class="mt-6">
<h4 class="title is-4">{% translate "Comments" %}</h4>
@ -51,8 +50,6 @@ Context:
</div>
{% endfor %}
{% if comments and comment_form %}<hr>{% endif %}
{% if comment_form %}
<form method="POST">
<h5 class="title is-5">{% translate "Post a comment" %}</h5>