arbiters etc.
[edumed.git] / edumed / templates / registration / login.html
diff --git a/edumed/templates/registration/login.html b/edumed/templates/registration/login.html
new file mode 100644 (file)
index 0000000..4d8416d
--- /dev/null
@@ -0,0 +1,9 @@
+{% extends "base.html" %}
+
+{% block body %}
+  <form method="post">
+    {% csrf_token %}
+    {{ form.as_p }}
+    <button>Zaloguj siÄ™</button>
+  </form>
+{% endblock %}
\ No newline at end of file