Spacing, labelling fixes to register.html.

(imported from commit fee13c25740a0d0a80b44c3771c989d1c8cd30fe)
This commit is contained in:
Luke Faraone 2012-10-03 13:50:50 -04:00
parent ca50ecb945
commit 568c7300ef
1 changed files with 8 additions and 8 deletions

View File

@ -21,7 +21,7 @@
</div>
</div>
<div class="control-group">
<label for="id_full_name" class="control-label">your name</label>
<label for="id_full_name" class="control-label">Your name</label>
<div class="controls">
{{ form.full_name }}
{% if form.full_name.errors %}
@ -34,7 +34,7 @@
</div>
</div>
<div class="control-group">
<label for="id_password" class="control-label">password</label>
<label for="id_password" class="control-label">Password</label>
<div class="controls">
{{ form.password }}
{% if form.password.errors %}
@ -45,13 +45,13 @@
{% endfor %}
{% endif %}
</div>
<br />
<div class="controls">
<input type="submit" class="btn btn-primary" value="Register" /><br />
<input type="hidden" name="next" value="{{ next }}" />
<input type="hidden" name="domain" value="humbughq.com" />
</div>
</div>
<br />
<div class="controls">
<input type="submit" class="btn btn-primary" value="Register" /><br />
<input type="hidden" name="next" value="{{ next }}" />
<input type="hidden" name="domain" value="humbughq.com" />
</form>
<script type="text/javascript">