django-rest-auth/demo/templates/email_verification.html
2014-10-15 17:32:19 +02:00

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 %}