blob: 1de123661233aa18eafd4aafb9dcaccfffc2439f (
plain) (
tree)
|
|
{% extends "base.html" %} {% load static %} {$ block content $}
<h1>Verification Email Sent</h1>
<p>Please check your email at {{ email }} to complete your subscription.</p>
{$ endblock content $}
|