Remove the 'Are you sure you which to' part of the delete confirmation as was done with the rest of the message.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<h3>{{ title }}</h3>
|
||||
{% else %}
|
||||
{% if delete_view %}
|
||||
<h3>{% blocktrans %}Are you sure you wish to delete: {{ object }}?{% endblocktrans %}</h3>
|
||||
<h3>{% blocktrans %}Delete: {{ object }}?{% endblocktrans %}</h3>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</h4>
|
||||
|
||||
Reference in New Issue
Block a user