Skip to content

Commit

Permalink
Fix footer on login page
Browse files Browse the repository at this point in the history
  • Loading branch information
horazont committed Feb 4, 2021
1 parent fa61ee4 commit 5b812c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions snikket_web/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,5 @@ <h1 class="form-title">{{ config["SITE_NAME"] }}</h1>
</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 %}

0 comments on commit 5b812c7

Please sign in to comment.