|
|
@@ -8,7 +8,7 @@ Are you sure you want to delete this {{ type }}?<p> |
|
|
|
|
|
|
|
<form name="confirm" action="{{ confirm_url }}" method="POST"> |
|
|
|
<input type="hidden" name="token" value="{{ csrf_token() }}"> |
|
|
|
<button type="submit" name="confirm" value="true">Confirm Deletion</button> |
|
|
|
<button type="submit" class="btn btn-primary" name="confirm" value="true">Confirm Deletion</button> |
|
|
|
</form> |
|
|
|
|
|
|
|
{% endblock %} |