mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
Clean confirm_email_change.html to use 4 space indentation.
This commit is contained in:
committed by
Tim Abbott
parent
d8bfeb6b98
commit
f58d102664
@@ -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
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user