From ca9652cc607e2703f5b21e0f0b8ab8df43e07172 Mon Sep 17 00:00:00 2001 From: Emmy D'Anello Date: Sun, 11 Feb 2024 20:59:34 +0100 Subject: [PATCH] Collapse sidebar on small screens Signed-off-by: Emmy D'Anello --- tfjm/templates/sidebar.html | 41 +++++++++++++++++++++++++++---------- 1 file changed, 30 insertions(+), 11 deletions(-) diff --git a/tfjm/templates/sidebar.html b/tfjm/templates/sidebar.html index 7811b99..c58ab7d 100644 --- a/tfjm/templates/sidebar.html +++ b/tfjm/templates/sidebar.html @@ -3,19 +3,38 @@ {% if user.is_authenticated %}
-

{% trans "Informations" %}

+ +
+

{% trans "Informations" %}

+
-
- {% for information in user.registration.important_informations %} -
-
-
{{ information.title }}
+ +
{% endif %} \ No newline at end of file