X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/4aa539e5d93da275c6d882a864a735d5a23e98db..4e108b153d4a15cb2641f25dc6dc506c77db9bca:/edumed/templates/registration/login.html?ds=inline diff --git a/edumed/templates/registration/login.html b/edumed/templates/registration/login.html new file mode 100644 index 0000000..4d8416d --- /dev/null +++ b/edumed/templates/registration/login.html @@ -0,0 +1,9 @@ +{% extends "base.html" %} + +{% block body %} +
+ {% csrf_token %} + {{ form.as_p }} + +
+{% endblock %} \ No newline at end of file