corrected typo and modified copy as per meeting input

This commit is contained in:
= 2013-06-17 14:12:21 -05:00
Родитель fa5c52570a
Коммит 98f490955f
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -18,7 +18,7 @@
<label class="control-label" for="input-email">Your parent's email</label> <label class="control-label" for="input-email">Your parent's email</label>
<div class="controls"> <div class="controls">
<input type="email" id="input-email" name="parent_email" value="{{ parent_email }}" placeholder="e.g. user@example.com" required="required"> <input type="email" id="input-email" name="parent_email" value="{{ parent_email }}" placeholder="e.g. user@example.com" required="required">
<span class="help-block">We need to know you're not an robot! <span class="help-block">We need to know you're not a robot!
<br><strong><a href="/privacy">Please see our privacy policy.</a></strong></span> <br><strong><a href="/privacy">Please see our privacy policy.</a></strong></span>
</div> </div>
</div> </div>
@ -30,7 +30,7 @@
{% else %} {% else %}
<input type="password" id="input-password" name="password"> <input type="password" id="input-password" name="password">
{% endif %} {% endif %}
<div class="alert help-block">Print this page so you won't forget this! You'll need it to log in again later.</div> <div class="alert help-block">Make sure to write your password somewhere so you won't forget it! You'll need it to log in again later.</div>
</div> </div>
</div> </div>
<div class="control-group"> <div class="control-group">