base setup
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
|
||||
{% extends 'public_base.html' %}
|
||||
|
||||
{% block title %}
|
||||
Verify
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
||||
<div class="alert alert-success">
|
||||
You have successfully verified your e-mail
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user