From: Radek Czajka Date: Wed, 26 Oct 2011 10:57:38 +0000 (+0200) Subject: confirm on remove_to_archive X-Git-Url: https://git.mdrn.pl/audio.git/commitdiff_plain/13b9f2b0a12f6077b36cde955a77319034f19cef confirm on remove_to_archive --- diff --git a/apps/archive/locale/pl/LC_MESSAGES/django.mo b/apps/archive/locale/pl/LC_MESSAGES/django.mo index aacb099..b2b15bd 100644 Binary files a/apps/archive/locale/pl/LC_MESSAGES/django.mo and b/apps/archive/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/archive/locale/pl/LC_MESSAGES/django.po b/apps/archive/locale/pl/LC_MESSAGES/django.po index e47b150..1d56bfe 100644 --- a/apps/archive/locale/pl/LC_MESSAGES/django.po +++ b/apps/archive/locale/pl/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-10-26 12:47+0200\n" -"PO-Revision-Date: 2011-10-26 12:47+0100\n" +"POT-Creation-Date: 2011-10-26 12:56+0200\n" +"PO-Revision-Date: 2011-10-26 12:57+0100\n" "Last-Translator: Radek Czajka \n" "Language-Team: LANGUAGE \n" "Language: \n" @@ -140,7 +140,11 @@ msgstr "Uaktualnij tagi" msgid "Commit" msgstr "Zatwierdź" -#: templates/archive/file_managed.html:103 +#: templates/archive/file_managed.html:102 +msgid "Are you sure you want to move this audiobook to archive?" +msgstr "Czy na pewno chcesz przenieść ten plik to archiwum?" + +#: templates/archive/file_managed.html:104 msgid "Remove to archive" msgstr "Usuń do archiwum" diff --git a/apps/archive/templates/archive/file_managed.html b/apps/archive/templates/archive/file_managed.html index d43c97e..db8e4f6 100755 --- a/apps/archive/templates/archive/file_managed.html +++ b/apps/archive/templates/archive/file_managed.html @@ -98,7 +98,8 @@ Last modified: {{ audiobook.modified }} -
+ {% csrf_token %}