Report: Fix URL

master
rubenwardy 2022-06-13 17:12:30 +01:00
parent f511771fd4
commit fa55f1d03b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
{{ _("Please sign in or contact the admin in another way") }}
</p>
<p>
<a href="{{ _('users.login') }}" class="btn btn-primary mr-2">Login</a>
<a href="{{ url_for('users.login') }}" class="btn btn-primary mr-2">Login</a>
<a href="https://rubenwardy.com/contact/" class="btn btn-secondary">Contact the admin</a>
</p>