base setup
This commit is contained in:
12
at_django_boilerplate/accounts/templates/registration/verify_email_done.html
Executable file
12
at_django_boilerplate/accounts/templates/registration/verify_email_done.html
Executable file
@@ -0,0 +1,12 @@
|
||||
{% 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 %}
|
||||
|
||||
Reference in New Issue
Block a user