From 8b551a8946e484584405a3ba6fc84b91a5faebee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Sat, 6 Feb 2021 12:04:05 +0100 Subject: [PATCH] Fix invite page layout after adding support for flashboxes --- snikket_web/templates/invite.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snikket_web/templates/invite.html b/snikket_web/templates/invite.html index 016ca7c..55c7764 100644 --- a/snikket_web/templates/invite.html +++ b/snikket_web/templates/invite.html @@ -5,6 +5,6 @@ {% endblock %} {% block body %} -
{% block content %}{% endblock %}
+
{% block content %}{% endblock %}
{%- include "_footer.html" -%} {% endblock %}