From 13b9f2b0a12f6077b36cde955a77319034f19cef Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Wed, 26 Oct 2011 12:57:38 +0200 Subject: [PATCH] confirm on remove_to_archive --- apps/archive/locale/pl/LC_MESSAGES/django.mo | Bin 2525 -> 2652 bytes apps/archive/locale/pl/LC_MESSAGES/django.po | 10 +++++++--- .../templates/archive/file_managed.html | 3 ++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/apps/archive/locale/pl/LC_MESSAGES/django.mo b/apps/archive/locale/pl/LC_MESSAGES/django.mo index aacb099dff9ad52df916eba14852eb92b53fa46f..b2b15bdd955320bd900f0fad190e358a07baa84a 100644 GIT binary patch delta 1095 zcmZA0OK1~89LMoVQd85~hiy%L)H+(NHi8EsJ_yo7j?s&clc>bFkVTt~c{DT#@glwS zAhe!Z4}xBc*o*Zdr3$5Z@Btp$>Z!M06x5T5-=B^M9d`D!JG(Rgng8y5>R#(J+*EV6l*{|0-tgSZ$fa;Nd15ji9SkMs&O|SUlIi-GEo5!cs}%y9%jdju i-4;uAui$&Hr(ccRidV43TmJuXYSoe9x%z^dn)>a$;w$0)anjvl()2Rv_6gmYFGPtx9mm`a4DU^B$ zh0?9i6e%LNWXRBhIO*1I{Wm*_I0*&6zx3_m%RTSsy}P{c^W1xvANilT@K-jqW3(c1 zhiD|sD%kPpXsx7KKYqeqY-1k3;3$5_Aw0!2dMPs>1DwJv_TWR*{dpX~Dl#v$1qRHu zIx5jBYJnH1giQ=^3zay+47MO^)F(&fsmVpbC6~+UjNGum+vhd4_!$VmQL!6$2&u zfZF0c)ItZ?-BNe|%=s6U&}X$l97p|r4wbNm9JWNK9j&|b1}e{U)DAQQ-al*EYc8nb zx9-M!)RXO^?#HM^9n^xy?)o=mN9`t|k5R>{fcu1Y@E)P2WctQt2^Bs;XuStEM^DQU z+KD2ekK<~a=7PRvi<-$?UC*Ewrnfv!sKhZsrD1L&nuOqr|H>5Dc(pgCgMT=k#`AL_eJRd 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 %}
-- 2.20.1