diff --git a/__pycache__/forms.cpython-312.pyc b/__pycache__/forms.cpython-312.pyc index 644cca5..b1d7f66 100644 Binary files a/__pycache__/forms.cpython-312.pyc and b/__pycache__/forms.cpython-312.pyc differ 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 @@ -