mirror of https://github.com/zulip/zulip.git
Fix broken Django templates on confirmation error page.
(imported from commit 7720fae5e31c8e4e3b5d71e42233eaf0be26115e)
This commit is contained in:
parent
fa285fd1a9
commit
6c4295ed5b
|
@ -10,12 +10,12 @@
|
||||||
|
|
||||||
<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 enterprise % }
|
{% if enterprise %}
|
||||||
<p>Make sure you copied the link correctly in to your browser.</p>
|
<p>Make sure you copied the link correctly in to your browser.</p>
|
||||||
|
|
||||||
<p>If you're still having problems, please contact your Zulip administrator at <a
|
<p>If you're still having problems, please contact your Zulip administrator at <a
|
||||||
href="mailto:{{ support_email }}">{{ support_email }}</a>.</p>
|
href="mailto:{{ support_email }}">{{ support_email }}</a>.</p>
|
||||||
{% else % }
|
{% else %}
|
||||||
<p>Make sure you copied the link correctly in to your browser. If you're
|
<p>Make sure you copied the link correctly in to your browser. If you're
|
||||||
still encountering this page, its probably our fault. We're sorry.</p>
|
still encountering this page, its probably our fault. We're sorry.</p>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue