Added notice that deletion of a media entry is *permanent*
authorJoar Wandborg <git@wandborg.com>
Sun, 28 Aug 2011 22:42:55 +0000 (00:42 +0200)
committerJoar Wandborg <git@wandborg.com>
Sun, 28 Aug 2011 22:42:55 +0000 (00:42 +0200)
mediagoblin/templates/mediagoblin/confirm/confirm_delete.html

index ada89d5d6de3d46d7f04a12d44e253b7ab5a1fd8..67d4581164fabb89ef3edec0511c26e9e99f1ea8 100644 (file)
           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" />