Projet

Général

Profil

Télécharger (355 octets) Statistiques
| Branche: | Tag: | Révision:

root / corbo / templates / registration / login.html @ e0d858ba

1
{% extends 'base.html' %}
2
{% load i18n %}
3
{% block title %}{% trans "Login" %}{% endblock %}
4
{% block content %}
5
<form method="post">
6
  <ul class="auth">
7
    {% csrf_token %}
8
  <li class="tip">{% trans "Please enter your credentials to authenticate" %}</li>
9
  {{ form.as_ul }}
10
  <li><button>{% trans "Log in" %}</button></li>
11
</ul>
12
</form>
13
{% endblock %}
    (1-1/1)