mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-10 19:26:35 +03:00
9 lines
188 B
HTML
9 lines
188 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<div class="row">
|
|
<h3>E-mail verification</h3><hr/>
|
|
{% include "fragments/email_verification_form.html" %}
|
|
</div>
|
|
{% endblock %}
|