Skip to content

Commit

Permalink
Don't use 'submit-row' while extending delete_confirmation.html
Browse files Browse the repository at this point in the history
  • Loading branch information
albanbochsler committed May 20, 2024
1 parent 33a42a4 commit bd4203c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<form method="post">{% csrf_token %}
<input type="hidden" name="post" value="yes" />
<div class="submit-row">
<div>
<a href="#" class="button cancel-link">{% trans "No, take me back" %}</a>
<input type="submit" value="{% trans "Yes, I'm sure" %}" />
</div>
Expand Down

0 comments on commit bd4203c

Please sign in to comment.