Add config for admin contact url

This commit is contained in:
rubenwardy
2024-03-04 18:05:16 +00:00
parent ba6b7d6dcf
commit 2867856d40
12 changed files with 39 additions and 14 deletions

View File

@@ -13,11 +13,11 @@
<p>
{{ _("Due to spam, we no longer accept reports from anonymous users on this form.") }}
{{ _("Please sign in or contact the admin in another way") }}
{{ _("Please sign in or contact the admin using the link below.") }}
</p>
<p>
<a href="{{ url_for('users.login') }}" class="btn btn-primary me-2">Login</a>
<a href="https://rubenwardy.com/contact/" class="btn btn-secondary">Contact the admin</a>
<a href="{{ admin_contact_url }}" class="btn btn-secondary">Contact the admin</a>
</p>
{% else %}