Fix missing HTML tag (#583)

This commit is contained in:
zorun 2020-04-25 14:03:40 +02:00 committed by GitHub
parent ab3240ed34
commit 27cac869d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,4 +10,5 @@
<div class="col-xs-12 col-sm-5 col-md-4 offset-md-2"> <div class="col-xs-12 col-sm-5 col-md-4 offset-md-2">
<a href='{{ url_for("main.home") }}'>{{ _("The best thing to do is probably to get back to the main page.")}}</a> <a href='{{ url_for("main.home") }}'>{{ _("The best thing to do is probably to get back to the main page.")}}</a>
</div> </div>
</main>
{% endblock %} {% endblock %}