Fix missing HTML tag (#583)

(cherry picked from commit 27cac869d3)
This commit is contained in:
zorun 2020-04-25 14:03:40 +02:00 committed by Baptiste Jonglez
parent 479192e38c
commit 7df66f5809

View file

@ -10,4 +10,5 @@
<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>
</div>
</main>
{% endblock %}