|
|
@@ -7,9 +7,9 @@ |
|
|
|
<h2 class="form-signin-heading">{{ _("One Last Step") }}</h2> |
|
|
|
<input type="hidden" name="key" value="{{ frappe.form_dict.key }}"> |
|
|
|
<input type="email" name="email_id" |
|
|
|
class="form-control" placeholder="{{ _('Email Id') }}" required autofocus> |
|
|
|
class="form-control" placeholder="{{ _('Email Id') }}" required autofocus><br> |
|
|
|
<input type="email" name="first_name" |
|
|
|
class="form-control" placeholder="{{ _('First Name') }}" required> |
|
|
|
class="form-control" placeholder="{{ _('First Name') }}" required><br> |
|
|
|
<input type="email" name="last_name" |
|
|
|
class="form-control" placeholder="{{ _('Last Name') }}"> |
|
|
|
<br> |
|
|
|