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.
 
 
 
 
 

20 lines
513 B

{% extends "base.html" %}
{% load hc_extras %}
{% block content %}
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<div class="hc-dialog">
<h1>Email Address Verified!</h1>
<div class="dialog-body">
<p>
Success! You've verified this email
address, and it will now receive
{% site_name %} notifications.
</p>
</div>
</div>
</div>
</div>
{% endblock %}