Clean reset_emailed.html to use 4 space indents.

This commit is contained in:
adnrs96
2017-02-24 21:12:13 +05:30
committed by Tim Abbott
parent 3664236713
commit 92d6d5a213

View File

@@ -1,8 +1,8 @@
{% extends "zerver/portico_signup.html" %}
{% block portico_content %}
{% trans %}
<h1 style="margin-top: 20px">We just sent you a password reset!</h1>
<h1>Check your email to finish the process.</h1>
<p>(Or don't, but then why did you fill out this form?)</p>
{% endtrans %}
{% trans %}
<h1 style="margin-top: 20px">We just sent you a password reset!</h1>
<h1>Check your email to finish the process.</h1>
<p>(Or don't, but then why did you fill out this form?)</p>
{% endtrans %}
{% endblock %}