Added notice that deletion of a media entry is *permanent*

This commit is contained in:
Joar Wandborg 2011-08-29 00:42:55 +02:00
parent ae4feecfc2
commit 46df0297e0

View File

@ -31,6 +31,14 @@
Really delete {{ title }}?
{%- endtrans %}
</h1>
<p>
<em>
{%- trans -%}
If you choose yes, the media entry will be deleted <strong>permanently.</strong>
{%- endtrans %}
</em>
</p>
{{ wtforms_util.render_divs(form) }}
<div class="form_submit_buttons">
<input type="submit" value="{% trans %}Save changes{% endtrans %}" class="button" />