chore: Prepare django for edit_chapters

This commit is contained in:
Yiannis Christodoulou
2025-07-27 23:23:42 +03:00
parent da656b46e5
commit 0d44f040d6
4 changed files with 1795 additions and 34 deletions
+8
View File
@@ -25,6 +25,14 @@
{{ "Captions" | custom_translate:LANGUAGE_CODE}}
</a>
</li>
<li style="display: inline-block">
<a
href="{% url 'edit_chapters' %}?m={{media_object.friendly_token}}"
style="text-decoration: none; {% if active_tab == 'chapters' %}font-weight: bold; color: #333; padding-bottom: 3px; border-bottom: 2px solid #333;{% else %}color: #666;{% endif %}"
>
Chapters
</a>
</li>
{% comment %}
<li style="display: inline-block;">
<a href="{% url 'edit_chapters' %}?m={{media_object.friendly_token}}"