From 97e4b7fe0aa12df2e48ea1fe4f724148266a4767 Mon Sep 17 00:00:00 2001 From: DaanoGames Date: Thu, 3 Apr 2025 15:55:50 +0200 Subject: [PATCH] base updated with navbar --- __pycache__/forms.cpython-312.pyc | Bin 880 -> 863 bytes templates/base_template.html | 36 ++++++++++++++++++++++++++++-- templates/dashboard.html | 3 +++ templates/navbar_base.html | 5 ----- 4 files changed, 37 insertions(+), 7 deletions(-) diff --git a/__pycache__/forms.cpython-312.pyc b/__pycache__/forms.cpython-312.pyc index 644cca52201c439879baa6379515818b84bcad7a..b1d7f6603e94bdb4ada98dd8144c3002c25d9397 100644 GIT binary patch delta 44 zcmeyscAt&wG%qg~0}xE#y^-r8Bd>h2Rg6bsURA1lW=Y28pNxi#jK3ypGrIx+HG2*_ delta 61 zcmcc5_JNJ-G%qg~0}vGL*vNH}QO+RQDkiizwWv6zxFo5xJjNwIximL5ucSD}J+s7P P^9x2pM#fu{rI=j-adi~x diff --git a/templates/base_template.html b/templates/base_template.html index fa039f9..ae92dc5 100644 --- a/templates/base_template.html +++ b/templates/base_template.html @@ -4,12 +4,44 @@ + - {% block title %}{% endblock title %} + {% block title %}{% endblock %} + {% block content %} - {% include "navbar_base.html" %} {% endblock %} \ No newline at end of file diff --git a/templates/dashboard.html b/templates/dashboard.html index dcbc352..2df002f 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -3,5 +3,8 @@ {%block title%}Dashboard{%endblock%} {%block content%} +
+ Box +

The dashboard will display here

{%endblock%} \ No newline at end of file diff --git a/templates/navbar_base.html b/templates/navbar_base.html index 14e02c8..e69de29 100644 --- a/templates/navbar_base.html +++ b/templates/navbar_base.html @@ -1,5 +0,0 @@ -