Clean confirm_email_change.html to use 4 space indentation.

This commit is contained in:
Aditya Bansal
2017-06-06 02:18:44 +05:30
committed by Tim Abbott
parent d8bfeb6b98
commit f58d102664
2 changed files with 5 additions and 6 deletions

View File

@@ -5,12 +5,12 @@
<div class="pitch">
<hr/>
{% if confirmed %}
<p>
This confirms that the email address for your Zulip account has changed
from {{old_email}} to {{ new_email }}.
</p>
<p>
This confirms that the email address for your Zulip account has changed
from {{old_email}} to {{ new_email }}.
</p>
{% else %}
<p class="lead">Whoops, something's not right. We couldn't find your confirmation ID!</p>
<p class="lead">Whoops, something's not right. We couldn't find your confirmation ID!</p>
{% if verbose_support_offers %}
<p>Make sure you copied the link correctly in to your browser. If you're

View File

@@ -132,7 +132,6 @@ def check_html_templates(templates, all_dups):
'static/html/5xx.html',
'templates/analytics/activity.html',
'templates/analytics/stats.html',
'templates/confirmation/confirm_email_change.html',
'templates/zerver/emails/confirm_new_email.html',
'templates/zerver/emails/invitation.html',
'templates/zerver/emails/confirm_registration.html',