blob: d505fe5fdef7e499bfcb20ce7b70de94fc094ec4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
{% 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 %}
|