templates: update after merging branch 118-design

This commit is contained in:
2024-01-22 07:07:14 +01:00
parent be224d0efb
commit c6a4196319
4 changed files with 11 additions and 44 deletions

View File

@ -9,16 +9,11 @@
{% block init-scripts %}
{% endblock %}
{% block top-nav-tools %}
<a class="navbar-item" href="{% url 'episode-detail' object.slug %}" target="_self">
<span class="icon is-small">
<i class="fa fa-eye"></i>
</span>&nbsp;
<span>{% translate "View" %}</span>
</a>
{% block comments %}
{% endblock %}
{% block main %}
{% block content-container %}
<section class="container">
<form method="post" enctype="multipart/form-data">{% csrf_token %}
<table>
{{ form.as_table }}
@ -27,4 +22,5 @@
<br/>
<input type="submit" value="Update" class="button is-success">
</form>
</section>
{% endblock %}