2013-07-29 23:03:31 +02:00
|
|
|
{% extends "zerver/portico.html" %}
|
2012-09-28 22:47:05 +02:00
|
|
|
|
2012-10-16 05:49:53 +02:00
|
|
|
{% block portico_content %}
|
2012-09-28 22:47:05 +02:00
|
|
|
|
|
|
|
<div class="pitch">
|
|
|
|
<hr/>
|
|
|
|
{% if confirmed %}
|
|
|
|
<p>You're confirmed. We're not exactly sure what we confirmed you for, but whatever it is you're totally good.</p>
|
|
|
|
{% else %}
|
2012-10-25 06:09:28 +02:00
|
|
|
|
2013-11-18 22:57:55 +01:00
|
|
|
<p class="lead">Whoops, something's not right. We couldn't find your confirmation ID!</p>
|
2012-10-25 06:09:28 +02:00
|
|
|
|
2014-02-16 01:46:34 +01:00
|
|
|
{% if enterprise %}
|
2013-11-18 22:57:55 +01:00
|
|
|
<p>Make sure you copied the link correctly in to your browser.</p>
|
2013-11-16 00:54:12 +01:00
|
|
|
|
|
|
|
<p>If you're still having problems, please contact your Zulip administrator at <a
|
|
|
|
href="mailto:{{ support_email }}">{{ support_email }}</a>.</p>
|
2014-02-16 01:46:34 +01:00
|
|
|
{% else %}
|
2012-10-25 06:09:28 +02:00
|
|
|
<p>Make sure you copied the link correctly in to your browser. If you're
|
2013-11-18 22:57:55 +01:00
|
|
|
still encountering this page, its probably our fault. We're sorry.</p>
|
2012-10-25 06:09:28 +02:00
|
|
|
|
|
|
|
<p>Anyway, shoot us a line at <a
|
2013-11-16 00:54:12 +01:00
|
|
|
href="mailto:{{ support_email }}">{{ support_email }}</a> and we'll get
|
2012-10-25 06:09:28 +02:00
|
|
|
this resolved shortly.</p>
|
2013-11-16 00:54:12 +01:00
|
|
|
{% endif %}
|
2012-10-25 06:09:28 +02:00
|
|
|
|
2012-09-28 22:47:05 +02:00
|
|
|
{% endif %}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% endblock %}
|