celery tasks and some other changes
[audio.git] / apps / archive / templates / registration / login.html
1 {% extends "base.html" %}
2 {% load i18n %}
3
4 {% block content %}
5
6 <form method='post'>
7 {% csrf_token %}
8 {{ form.as_p }}
9 <p><input type='submit' value='{% trans "Login" %}' /></p>
10 </form>
11
12 {% endblock %}