Translate
This commit is contained in:
parent
4d2221eca2
commit
af6f0cafdf
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ urlpatterns = [
|
||||||
'template_name': 'authentication/auth_form.html',
|
'template_name': 'authentication/auth_form.html',
|
||||||
'extra_context': {
|
'extra_context': {
|
||||||
'title': 'Connexion',
|
'title': 'Connexion',
|
||||||
'action': 'Login'
|
'action': 'Connexion'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
name='auth_login'
|
name='auth_login'
|
||||||
|
@ -28,7 +28,7 @@ urlpatterns = [
|
||||||
'template_name': 'authentication/auth_form.html',
|
'template_name': 'authentication/auth_form.html',
|
||||||
'extra_context': {
|
'extra_context': {
|
||||||
'title': 'Modifier le mot de passe',
|
'title': 'Modifier le mot de passe',
|
||||||
'action': 'Change password'
|
'action': 'Modifier le mot de passe'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
name='password_change'
|
name='password_change'
|
||||||
|
|
|
@ -35,6 +35,6 @@
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{{ form.media }}
|
{{ form.media }}
|
||||||
{{ form|crispy }}
|
{{ form|crispy }}
|
||||||
<input class="btn btn-primary" type="submit" value="Submit"/>
|
<input class="btn btn-primary" type="submit" value="Enregistrer"/>
|
||||||
</form>
|
</form>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue