Fix blueprint references from redirects & logged in user references

This commit is contained in:
Xevion
2022-03-26 21:51:21 -05:00
parent fcac137046
commit b4875dbb8b
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
{% with messages = get_flashed_messages() %}
{% if messages %}
<div class="notification is-danger">
{{ messages[0] }}. Go to <a href="{{ url_for('auth.login') }}">login page</a>.
{{ messages[0] }}. Go to <a href="{{ url_for('main.login') }}">login page</a>.
</div>
{% endif %}
{% endwith %}