mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
First commit: basic users
This commit is contained in:
13
core/templates/sith/register.html
Normal file
13
core/templates/sith/register.html
Normal file
@ -0,0 +1,13 @@
|
||||
<h1>Register a user</h1>
|
||||
|
||||
{% if username %}
|
||||
You registered successfully, {{ username }}!
|
||||
{% endif %}
|
||||
|
||||
<form action="{% url 'sith:register' %}" method="post">
|
||||
{% csrf_token %}
|
||||
<ul>
|
||||
{{ form }}
|
||||
<li><input type="submit" value="Register!" /></li>
|
||||
</ul>
|
||||
</form>
|
Reference in New Issue
Block a user