mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 09:19:48 -04:00
Fix missing > in delete confirmation
It’s messing up the layout of the page
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
{% if delete_button %}
|
{% if delete_button %}
|
||||||
<form method='post'>
|
<form method='post'>
|
||||||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
|
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
|
||||||
<button type="submit" class="button" name="delete">{{ delete_button }}</button
|
<button type="submit" class="button" name="delete">{{ delete_button }}</button>
|
||||||
</form>
|
</form>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user