You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<div class="row">
|
|
<div class="col-sm-6 col-sm-offset-3">
|
|
<div class="hc-dialog">
|
|
<h1>Incorrect Verification Link</h1>
|
|
<div class="dialog-body">
|
|
<p>
|
|
The verification link you just used is incorrect.
|
|
If you copy-pasted the link, please make sure you did not
|
|
miss any characters.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|