We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1bebd4 commit 47f06ffCopy full SHA for 47f06ff
project/client/templates/errors/403.html
@@ -6,7 +6,7 @@
6
<div class="jumbotron">
7
<div class="text-center">
8
<h1>401</h1>
9
- <p>You are not authorized to view this page. Please <a href="{{ url_for('main.login')}}">log in</a>.</p>
+ <p>You are not authorized to view this page. Please <a href="{{ url_for('user.login')}}">log in</a>.</p>
10
</div>
11
12
{% endblock %}
0 commit comments