summaryrefslogtreecommitdiffstats
path: root/templates/auth/signup_success.html
blob: 20fc7c2a7485391d68fde21874955f273c4c3814 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% extends "base.html" %}

{% block title %}Email Sent{% endblock %}

{% block content %}
    <form>
        <fieldset>
            <legend>Email Sent</legend>
            <p>
                An email has been sent to <tt>{{ email }}</tt> - please follow
                the link inside to finish creating your account.
            </p>
        </fieldset>
    </form>
{% endblock %}