Fix footer on login page

This commit is contained in:
Jonas Schäfer
2021-02-04 15:51:36 +01:00
parent fa61ee4e11
commit 5b812c773d

View File

@@ -32,7 +32,5 @@
</div>
</from>
</div></main></div>
<footer>
<ul><li>{% trans about_url=url_for('.about') %}A <a href="{{ about_url }}">Snikket</a> service{% endtrans %}</li></ul>
</footer>
{%- include "_footer.html" -%}
{% endblock %}