blob: d505fe5fdef7e499bfcb20ce7b70de94fc094ec4 (
plain) (
tree)
|
|
{% extends "base.html" %} {% load static %} {% block content %}
<h1>Email Verified Successfully</h1>
<p>
Thank you for verifying your email. You have been added to our subscriber
list.
</p>
{% endblock content %}
|