Skip to content

Commit

Permalink
Fix: removed 'submit-row' from detach_alias.html (#237)
Browse files Browse the repository at this point in the history
* Don't use 'submit-row' while extending delete_confirmation.html

* Better

---------

Co-authored-by: Fabian Braun <[email protected]>
  • Loading branch information
albanbochsler and fsbraun authored May 22, 2024
1 parent ffb93ab commit 15d9771
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<input type="hidden" name="post" value="yes" />
<div class="submit-row">
<a href="#" class="button cancel-link">{% trans "No, take me back" %}</a>
<input type="submit" value="{% trans "Yes, I'm sure" %}" />
<input type="submit" class="deletelink" value="{% trans "Yes, I'm sure" %}" />
</div>
</form>
{% endblock %}

0 comments on commit 15d9771

Please sign in to comment.