Refactor .content-inner div to wrap all content blocks

This commit is contained in:
Xevion
2022-03-27 06:55:39 -05:00
parent 9b8209841d
commit 5134723841
13 changed files with 20 additions and 21 deletions

View File

@@ -1,7 +1,6 @@
{% extends 'layouts/index.html' %}
{% block content %}
<div class="content-inner">
{% with messages = get_flashed_messages() %}
{% if messages %}
<div class="notification is-danger">
@@ -36,5 +35,4 @@
<p class="form-subtext">
Already have a login? <a href="{{ url_for('main.login') }}">Login</a> instead!
</p>
</div>
{% endblock content %}