django-rest-auth/demo/templates/email_verification.html

9 lines
188 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block content %}
<div class="row">
<h3>E-mail verification</h3><hr/>
{% include "fragments/email_verification_form.html" %}
</div>
{% endblock %}