Starting with localisation

This commit is contained in:
Raphael Michel
2014-09-11 11:19:06 +02:00
parent 5243bba883
commit cc6d624f57
6 changed files with 115 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
{% extends "tixlcontrol/auth/base.html" %}
{% load bootstrap3 %}
{% load i18n %}
{% block content %}
<form class="form-signin" action="" method="post">
{% bootstrap_form_errors form type='all' layout='inline' %}
@@ -8,7 +9,7 @@
{% bootstrap_field form.password %}
<div class="form-group buttons">
<button type="submit" class="btn btn-primary">
Log in
{% trans "Log in" %}
</button>
</div>
</form>