mirror of https://github.com/zulip/zulip.git
18 lines
392 B
HTML
18 lines
392 B
HTML
{% extends "zerver/portico.html" %}
|
|
|
|
{% block portico_content %}
|
|
|
|
<div class="pitch">
|
|
<hr/>
|
|
<p class="lead">Whoops. The confirmation link has expired.</p>
|
|
|
|
<p>
|
|
If you're not sure how to generate a new one, shoot us a line at
|
|
<a href="mailto:{{ support_email }}">{{ support_email }}</a>
|
|
and we'll get this resolved shortly.
|
|
</p>
|
|
|
|
</div>
|
|
|
|
{% endblock %}
|