From 946dc449e1291b456272750907bef8dd023c9bb7 Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Sun, 16 Mar 2025 18:35:20 +0100 Subject: [PATCH] Format and fix example page --- .../frontend/templates/frontend/base.html | 68 +-- .../frontend/templates/includes/sidebar.html | 456 ++++++++++++++++++ 2 files changed, 496 insertions(+), 28 deletions(-) diff --git a/src/servala/frontend/templates/frontend/base.html b/src/servala/frontend/templates/frontend/base.html index 2b6ae5c..96ba18f 100644 --- a/src/servala/frontend/templates/frontend/base.html +++ b/src/servala/frontend/templates/frontend/base.html @@ -1,42 +1,54 @@ {% load static %} - - - - - - - - - -{% block title %}Mazer{% endblock title %} + + + + + + + + + {% block html_title %} + Dashboard + {% endblock html_title %} + – Servala -
- {% if request.user.is_authenticated %} - {% include 'includes/sidebar.html' %} - {% endif %} - {% block content %} - {% endblock content %} -
-
+
+ {% block content %} + {% endblock content %} +
+
+ +
+
- - diff --git a/src/servala/frontend/templates/includes/sidebar.html b/src/servala/frontend/templates/includes/sidebar.html index e69de29..756d375 100644 --- a/src/servala/frontend/templates/includes/sidebar.html +++ b/src/servala/frontend/templates/includes/sidebar.html @@ -0,0 +1,456 @@ +{% load i18n %} +