13 lines
257 B
HTML
Executable File
13 lines
257 B
HTML
Executable File
{% extends 'public_base.html' %}
|
|
|
|
{% block title %}
|
|
Verify
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
<h5>An email has been sent with instructions to verify your email</h5>
|
|
<h5>If you have not received the email. Please check the spam folder</h5>
|
|
{% endblock %}
|
|
|