5 lines
194 B
HTML
5 lines
194 B
HTML
|
{% extends "layout.html" %}
|
||
|
|
||
|
{% block content %}
|
||
|
<p>Your email address has been confirmed! You can opt-out at any time by clicking the link at the bottom of the weekly emails.</p>
|
||
|
{% endblock %}
|