You've already forked snikket-web-portal
Fix invite page layout after adding support for flashboxes
This commit is contained in:
@@ -5,6 +5,6 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="{{ url_for("static", filename="css/invite.css") }}">
|
<link rel="stylesheet" type="text/css" href="{{ url_for("static", filename="css/invite.css") }}">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<div id="mwrap"><main>{% block content %}{% endblock %}</main></div>
|
<div id="mwrap"><div class="filler"></div><main>{% block content %}{% endblock %}</main><div class="filler"></div></div>
|
||||||
{%- include "_footer.html" -%}
|
{%- include "_footer.html" -%}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user