Project

General

Profile

Download (387 Bytes) Statistics
| Branch: | Tag: | Revision:
{% extends 'corbo/base.html' %}
{% load i18n %}
{% block page-title %}{{ block.super }} :: {% trans "Login" %}{% endblock %}
{% block content %}
<form method="post">
<ul class="auth">
{% csrf_token %}
<li class="tip">{% trans "Please enter your credentials to authenticate" %}</li>
{{ form.as_ul }}
<li><button>{% trans "Log in" %}</button></li>
</ul>
</form>
{% endblock %}
    (1-1/1)