X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/8132fc186eb0c5fd02c86828c3a4735754296d02..5913c54d19b8f6775633176032161d49f9b2f1aa:/src/redakcja/templates/registration/login.html?ds=sidebyside diff --git a/src/redakcja/templates/registration/login.html b/src/redakcja/templates/registration/login.html new file mode 100644 index 00000000..adbef3cb --- /dev/null +++ b/src/redakcja/templates/registration/login.html @@ -0,0 +1,17 @@ +{% extends "catalogue/base.html" %} + +{% block titleextra %}Logowanie{% endblock %} +{% block subtitle %} - Logowanie {% endblock subtitle %} + +{% block content %} + +
+
+{% csrf_token %} +{{ form.as_p }} +

+ +
+
+ +{% endblock content %}