Upgrade to Bootstrap v5 (#457)
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
<a class="btn btn-secondary mr-3" href="{{ url_for('users.account', username=user.username) }}">
|
||||
<a class="btn btn-secondary me-3" href="{{ url_for('users.account', username=user.username) }}">
|
||||
{{ _("Cancel") }}
|
||||
</a>
|
||||
<input type="submit"
|
||||
@@ -37,7 +37,7 @@
|
||||
{% endif %}
|
||||
class="btn btn-danger" />
|
||||
{% if not can_delete and current_user.rank.at_least(current_user.rank.ADMIN) %}
|
||||
<input type="submit" name="delete" value="{{ _('Delete Anyway') }}" class="btn btn-danger ml-3" />
|
||||
<input type="submit" name="delete" value="{{ _('Delete Anyway') }}" class="btn btn-danger ms-3" />
|
||||
{% endif %}
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user