fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
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
+++ b/
edumed/templates/registration/login.html
@@ -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