From af6f0cafdf6e5377ee331a4264540c2cb9092e1d Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 10 Apr 2017 12:12:40 +0200 Subject: [PATCH] Translate --- authentication/urls.py | 4 ++-- refunding/templates/refunding/refund_payment_detail.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/authentication/urls.py b/authentication/urls.py index ce006c2..0f93dcb 100644 --- a/authentication/urls.py +++ b/authentication/urls.py @@ -10,7 +10,7 @@ urlpatterns = [ 'template_name': 'authentication/auth_form.html', 'extra_context': { 'title': 'Connexion', - 'action': 'Login' + 'action': 'Connexion' } }, name='auth_login' @@ -28,7 +28,7 @@ urlpatterns = [ 'template_name': 'authentication/auth_form.html', 'extra_context': { 'title': 'Modifier le mot de passe', - 'action': 'Change password' + 'action': 'Modifier le mot de passe' } }, name='password_change' diff --git a/refunding/templates/refunding/refund_payment_detail.html b/refunding/templates/refunding/refund_payment_detail.html index e81fa59..f577b94 100644 --- a/refunding/templates/refunding/refund_payment_detail.html +++ b/refunding/templates/refunding/refund_payment_detail.html @@ -35,6 +35,6 @@ {% csrf_token %} {{ form.media }} {{ form|crispy }} - + {% endblock %}