base setup
This commit is contained in:
15
at_django_boilerplate/accounts/templates/registration/verify_email.html
Executable file
15
at_django_boilerplate/accounts/templates/registration/verify_email.html
Executable file
@@ -0,0 +1,15 @@
|
||||
{% extends 'public_base.html' %}
|
||||
|
||||
{% block title %}
|
||||
Verify
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h1>You need to verify your email</h1>
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
<input class="btn btn-primary max-btn" type="submit" value="Verify">
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user