repo.or.cz
/
worddb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
webfaction and repo.or.cz deployment done
[worddb.git]
/
templates
/
registration
/
registration_form.html
blob
915292707ce0cca025a0a87946a42eceaef12024
1
{% extends
"base.html"
%}
2
{% block title %}Register{% endblock %}
3
{% block content %}
4
<h1>
Register
</h1>
5
<form
action
=
"."
method
=
"post"
>
6
<table>
7
{{ form }}
8
</table>
9
<input
type
=
"submit"
value
=
"Register"
>
10
</form>
11
{% endblock %}