Clean up back end HTML templates.

The check-handlebars-templates script now looks at most of our
back end templates to try and find imbalanced tags.  This commit
fixes a bunch of the existing templates.

(imported from commit fad4a5d85d68160370dd588b41d6f125f64d198f)
This commit is contained in:
Steve Howell
2013-11-18 16:57:55 -05:00
parent 197ddd6edb
commit 1c91d1a5bc
18 changed files with 60 additions and 44 deletions

View File

@@ -20,7 +20,7 @@ Allow the user to accept the terms, creating an email record of that fact.
<div class="control-group">
<label for="id_email" class="control-label">Email</label>
<div class="controls fakecontrol">
<p>{{ email }}<p>
<p>{{ email }}</p>
</div>
</div>
<div class="control-group">