Browse Source

[style] minor

version-14
Rushabh Mehta 10 years ago
parent
commit
a0452320ac
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      frappe/templates/pages/complete_signup.html

+ 2
- 2
frappe/templates/pages/complete_signup.html View File

@@ -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…
Cancel
Save