Fix missing HTML tag

This commit is contained in:
Baptiste Jonglez 2020-04-25 13:18:52 +02:00
parent 2854258830
commit f320b0e8d2

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 %}