From e3287c2bb8bbcace5ecabc7ce2bf2ed06897e906 Mon Sep 17 00:00:00 2001 From: Bobby <30593201+luciferreeves@users.noreply.github.com> Date: Sun, 8 Feb 2026 05:47:43 +0000 Subject: Added Fancy version of Miku with styles and new entry page for journals --- templates/journals/new_entry.html | 65 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 62 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/journals/new_entry.html b/templates/journals/new_entry.html index 15e7ad32..aae8e41f 100644 --- a/templates/journals/new_entry.html +++ b/templates/journals/new_entry.html @@ -3,11 +3,70 @@ {% load i18n %} {% block head %} - + + + {% endblock head %} {% block content %} -
+
{% include "_partials/journal_header.html" with journal=journal %} -
+ +
+
+ {% csrf_token %} + +
+
+ + +
+ +
+ +
+ +
+
+ +
+ + +
+
+
+
{% endblock content %} + +{% block scripts %} + + +{% endblock scripts %} -- cgit v1.2.3