Allow user to provide his first and last name on registration.

This commit is contained in:
2020-12-24 19:36:41 +01:00
parent 07ea2f164c
commit a7c8848fd6
2 changed files with 10 additions and 2 deletions

View File

@@ -19,6 +19,14 @@
{% include 'partials/form/inputField.html' with field=form.email %}
</div>
</div>
<div class="LP-Form__Composition LP-Form__Composition--breakable">
<div class="LP-Form__Field">
{% include 'partials/form/inputField.html' with field=form.first_name %}
</div>
<div class="LP-Form__Field">
{% include 'partials/form/inputField.html' with field=form.last_name %}
</div>
</div>
<div class="LP-Form__Composition">
<div class="LP-Form__Field">