[style] minor
This commit is contained in:
parent
394f4ddf82
commit
a0452320ac
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue