mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user