celery tasks and some other changes
[audio.git] / apps / archive / templates / registration / login.html
diff --git a/apps/archive/templates/registration/login.html b/apps/archive/templates/registration/login.html
new file mode 100755 (executable)
index 0000000..115cdf1
--- /dev/null
@@ -0,0 +1,12 @@
+{% extends "base.html" %}
+{% load i18n %}
+
+{% block content %}
+
+<form method='post'>
+{% csrf_token %}
+{{ form.as_p }}
+<p><input type='submit' value='{% trans "Login" %}' /></p>
+</form>
+
+{% endblock %}