2017-07-22 00:25:41 +02:00
|
|
|
{% extends "zerver/portico.html" %}
|
|
|
|
|
|
|
|
{% block portico_content %}
|
2018-02-27 21:52:03 +01:00
|
|
|
<div class="error_page">
|
|
|
|
<div class="container">
|
|
|
|
<img src="/static/images/400art.svg" alt=""/>
|
|
|
|
<div class="errorbox">
|
|
|
|
<div class="errorcontent">
|
|
|
|
<h1 class="lead">Whoops. We couldn't find your confirmation link in the system.</h1>
|
|
|
|
<p>Anyway, shoot us a line at <a href="mailto:{{ support_email }}">{{ support_email }}</a> and we'll get this resolved shortly.</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2017-07-22 00:25:41 +02:00
|
|
|
</div>
|
|
|
|
{% endblock %}
|