mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-02-06 21:20:32 +03:00
10 lines
253 B
HTML
10 lines
253 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<div class="row">
|
|
<h3>E-mail verification</h3><hr/>
|
|
<p>Paste here a key which was sent in verification email</p>
|
|
{% include "fragments/email_verification_form.html" %}
|
|
</div>
|
|
{% endblock %}
|