Skip to content

Commit 47f06ff

Browse files
committed
Forgot on this fix
1 parent f1bebd4 commit 47f06ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/client/templates/errors/403.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="jumbotron">
77
<div class="text-center">
88
<h1>401</h1>
9-
<p>You are not authorized to view this page. Please <a href="{{ url_for('main.login')}}">log in</a>.</p>
9+
<p>You are not authorized to view this page. Please <a href="{{ url_for('user.login')}}">log in</a>.</p>
1010
</div>
1111
</div>
1212
{% endblock %}

0 commit comments

Comments
 (0)