X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ee1de93724dbf4f81bf61742bd9798487bd5e3d0..3517c7fa3ec165a2650799a8d821d21116789c3b:/project/templates/registration/login.html diff --git a/project/templates/registration/login.html b/project/templates/registration/login.html new file mode 100644 index 00000000..8bf89675 --- /dev/null +++ b/project/templates/registration/login.html @@ -0,0 +1,15 @@ +{% extends "base.html" %} + +{% block subtitle %} - Logowanie {% endblock subtitle %} + +{% block maincontent %} + +
+
+{{ form.as_p }} +

+ +
+
+ +{% endblock maincontent %}