15 lines
201 B
HTML
Executable File
15 lines
201 B
HTML
Executable File
|
|
{% extends 'public_base.html' %}
|
|
|
|
{% block title %}
|
|
Verify
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
|
|
<div class="alert alert-success">
|
|
You have successfully verified your e-mail
|
|
</div>
|
|
{% endblock %}
|