mirror of https://github.com/zulip/zulip.git
18 lines
374 B
HTML
18 lines
374 B
HTML
{% extends "zerver/portico.html" %}
|
|
|
|
{% block portico_content %}
|
|
|
|
<div class="pitch">
|
|
<hr/>
|
|
<p class="lead">Whoops. We couldn't find your confirmation link in the system.</p>
|
|
|
|
<p>
|
|
Anyway, shoot us a line at
|
|
<a href="mailto:{{ support_email }}">{{ support_email }}</a>
|
|
and we'll get this resolved shortly.
|
|
</p>
|
|
|
|
</div>
|
|
|
|
{% endblock %}
|