Report: Fix URL
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
{{ _("Please sign in or contact the admin in another way") }}
|
{{ _("Please sign in or contact the admin in another way") }}
|
||||||
</p>
|
</p>
|
||||||
<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>
|
<a href="https://rubenwardy.com/contact/" class="btn btn-secondary">Contact the admin</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user