This commit is contained in:
Priec
2026-06-16 12:44:31 +02:00
parent 4e1722ce35
commit 635cb34810
11 changed files with 3 additions and 1196 deletions

View File

@@ -1,9 +1,7 @@
{% extends "admin/base.html" %}
{% block title %}{{ t(key="new-article", lang=lang | default(value='sk')) }}{% endblock title %}
{% block head %}
<link href="/static/vendor/quill/quill.snow.css" rel="stylesheet" type="text/css">
{% endblock head %}
{% block head %}{% endblock head %}
{% block content %}
<div class="space-y-2">
@@ -59,6 +57,4 @@
</div>
</div>
</div>
<script src="/static/vendor/quill/quill.js"></script>
<script src="/static/js/blog-editor.js"></script>
{% endblock content %}