mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Add registering tests
This commit is contained in:
@ -5,6 +5,14 @@
|
||||
{% block content %}
|
||||
<h1>{{ title }}</h1>
|
||||
|
||||
{% if user_registered %}
|
||||
Welcome {{ user_registered.get_display_name }}!
|
||||
You successfully registred and you will soon receive a confirmation mail.
|
||||
|
||||
Your username is {{ user_registered.username }}.
|
||||
<!-- TEST_REGISTER_USER_FORM_OK -->
|
||||
{% endif %}
|
||||
|
||||
<form action="{% url 'core:register' %}" method="post">
|
||||
{% csrf_token %}
|
||||
{{ form }}
|
||||
|
Reference in New Issue
Block a user