registration: include prefilled username and givenname in completion form

This commit is contained in:
Serghei Mihai 2019-05-23 16:57:30 +02:00
parent 2bb7039bee
commit 1c1afc10fc
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@
<div>{{ form.password1.errors }}{{ form.password1.label_tag }}{{ form.password1 }} <span class="helptext">{{ form.password1.help_text|safe }}</span></div>
<div>{{ form.password2.errors }}{{ form.password2.label_tag }} {{ form.password2 }} <span class="helptext">{{ form.password2.help_text|safe }}</span></div>
</div>
{{ form.preferred_username }}
{{ form.preferred_givenname }}
<p class="center"><input type="submit" value="Valider" /></p>
</div>
{% endblock %}