Finished schema creation
Added Navbar functionality Added header
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
|
||||
<body class="presentation-page bg-gray-200">
|
||||
{% include 'navbar.html' %}
|
||||
{% with messages = get_flashed_messages()%}
|
||||
{% include 'header.html' %}
|
||||
{% with messages = get_flashed_messages() %}
|
||||
{% if messages%}
|
||||
{% for message in messages%}
|
||||
<p>{{message}}</p>
|
||||
|
||||
Reference in New Issue
Block a user