Upgrade to Bootstrap v5 (#457)
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
|
||||
<div class="button-group mt-4">
|
||||
{% if user %}
|
||||
<a class="btn btn-primary mr-3" href="{{ url_for('users.email_notifications', username=user.username) }}">
|
||||
<a class="btn btn-primary me-3" href="{{ url_for('users.email_notifications', username=user.username) }}">
|
||||
{{ _("Edit Notification Preferences") }}
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user