fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
remove edumed clutter
[edumed.git]
/
edumed
/
templates
/
registration
/
login.html
1
{% extends "base.html" %}
2
3
{% block body %}
4
<form method="post">
5
{% csrf_token %}
6
{{ form.as_p }}
7
<button>Zaloguj siÄ™</button>
8
</form>
9
{% endblock %}