diff --git a/realms/templates/layout.html b/realms/templates/layout.html index 8bb5e17..1baeaad 100644 --- a/realms/templates/layout.html +++ b/realms/templates/layout.html @@ -68,8 +68,6 @@ - -
{% with messages = get_flashed_messages(with_categories=True) %} diff --git a/realms/templates/wiki/edit.html b/realms/templates/wiki/edit.html index d9a7b58..ca876d5 100644 --- a/realms/templates/wiki/edit.html +++ b/realms/templates/wiki/edit.html @@ -34,9 +34,9 @@ }; - - + {% endblock %} + {% block body %}
@@ -96,8 +96,6 @@
- -
{% endblock %} \ No newline at end of file