[style] minor

This commit is contained in:
Rushabh Mehta 2015-03-10 18:56:40 +05:30
parent 394f4ddf82
commit a0452320ac

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>