From 54f95d9ce6e447324a65d9ec3961dcf07de11067 Mon Sep 17 00:00:00 2001 From: mcarton Date: Fri, 9 Sep 2016 00:38:58 +0200 Subject: [PATCH] Remove rogue quotation mark --- accounts/templates/registration/login.html | 2 +- locale/fr/LC_MESSAGES/django.po | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/accounts/templates/registration/login.html b/accounts/templates/registration/login.html index 36d9ecc..8566b0f 100644 --- a/accounts/templates/registration/login.html +++ b/accounts/templates/registration/login.html @@ -23,7 +23,7 @@
{% url 'registration_register' as reg_url %} - {% blocktrans %}"You do not have an account yet? Please register.{% endblocktrans %} + {% blocktrans %}You do not have an account yet? Please register.{% endblocktrans %}
diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index 6927994..56ed78a 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-09-05 15:05+0000\n" +"POT-Creation-Date: 2016-09-08 22:36+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -189,10 +189,8 @@ msgid "Login" msgstr "Se connecter" #: accounts/templates/registration/login.html:26 -#, python-format msgid "" -"\"You do not have an account yet? Please register." +"You do not have an account yet? Please register." msgstr "Pas encore de compte ? Enregistrez-vous." #: accounts/templates/registration/password_change_form.html:9 @@ -384,8 +382,8 @@ msgid "" "If you want to send a message to the proposer, please enter it below. " "Remember to indicate which talk your message is reffering." msgstr "" -"Si vous souhaitez envoyer un message à l’auteur de la proposition, " -"saisissez-le ci-dessous. N’oubliez pas de spécifier à quelle proposition " +"Si vous souhaitez envoyer un message à l’auteur de la proposition, saisissez-" +"le ci-dessous. N’oubliez pas de spécifier à quelle proposition " "d’intervention votre message fait référence." #: proposals/templates/proposals/talk_decide.html:22 @@ -508,6 +506,6 @@ msgstr "A voté !" msgid "Vote successfully updated" msgstr "Vote mis à jour" -#: proposals/views.py:176 +#: proposals/views.py:184 msgid "Decision taken in account" msgstr "Décision enregistrée"