Fix broken Django templates on confirmation error page.

(imported from commit 7720fae5e31c8e4e3b5d71e42233eaf0be26115e)
This commit is contained in:
Jessica McKellar 2014-02-15 19:46:34 -05:00
parent fa285fd1a9
commit 6c4295ed5b
1 changed files with 2 additions and 2 deletions

View File

@ -10,12 +10,12 @@
<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>If you're still having problems, please contact your Zulip administrator at <a
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
still encountering this page, its probably our fault. We're sorry.</p>