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:
Roberto Rosario
2015-08-24 01:40:37 -04:00
parent d007214d39
commit 15d3bf8072

View File

@@ -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>