mirror of
https://github.com/StefBuwalda/WebTech.git
synced 2025-10-30 19:29:58 +00:00
changes html pages
This commit is contained in:
@@ -10,8 +10,6 @@
|
|||||||
<body>
|
<body>
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% include "navbar_base.html" %}
|
{% include "navbar_base.html" %}
|
||||||
{% block navbar %}
|
|
||||||
{% endblock %}
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -3,5 +3,5 @@
|
|||||||
{%block title%}Dashboard{%endblock%}
|
{%block title%}Dashboard{%endblock%}
|
||||||
|
|
||||||
{%block content%}
|
{%block content%}
|
||||||
|
<p>The dashboard will display here</p>
|
||||||
{%endblock%}
|
{%endblock%}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
{%extends "base_template.html"%}
|
||||||
|
|
||||||
|
{%block title%}Login{%endblock%}
|
||||||
|
|
||||||
|
{%block content%}
|
||||||
|
|
||||||
|
{%endblock%}
|
||||||
@@ -1,7 +1,5 @@
|
|||||||
{%block navbar%}
|
|
||||||
<nav class="navbar navbar-expand-lg bg-body-tertiary" data-bs-theme="dark">
|
<nav class="navbar navbar-expand-lg bg-body-tertiary" data-bs-theme="dark">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<a class="navbar-brand" href="\dashboard">Dashboard</a>
|
<a class="navbar-brand" href="\dashboard">Dashboard</a>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
{%endblock%}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user