Correct login landing page
This commit is contained in:
@@ -4,23 +4,25 @@
|
||||
{% include '_head.html' %}
|
||||
|
||||
|
||||
<body role="document">
|
||||
<body>
|
||||
|
||||
|
||||
{% include '_nav_userlogin.html'%}
|
||||
{% include '_header.html' %}
|
||||
|
||||
{% include '_nav_userlogin.html'%}
|
||||
|
||||
|
||||
<div class="container theme-showcase" role="main">
|
||||
<main>
|
||||
|
||||
{% include '_flash_msgs.html' %}
|
||||
{% block main %}{% endblock %}
|
||||
|
||||
</div>
|
||||
|
||||
{% include '_flash_msgs.html' %}
|
||||
{% include '_footer.html' %}
|
||||
{% include '_js-core.html' %}
|
||||
{% include '_js-gallery.html' %}
|
||||
</main>
|
||||
|
||||
|
||||
{% include '_footer.html' %}
|
||||
{% include '_js-core.html' %}
|
||||
{% include '_js-gallery.html' %}
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user