Commit 57bcff2f authored by Priit Laes's avatar Priit Laes

Fix link to index

parent 5463dba4
...@@ -3,5 +3,5 @@ ...@@ -3,5 +3,5 @@
This view {{ name }} was accessed using {{ request.method }} request. This view {{ name }} was accessed using {{ request.method }} request.
<br> <br>
<a href="/">Return</a> <a href="{{ url_for('.index') }}">Return</a>
{% endblock %} {% endblock %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment