This repository has been archived on 2023-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
takahe/templates/auth/signup_success.html

16 lines
384 B
HTML
Raw Normal View History

2022-11-18 03:16:34 +01:00
{% 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 %}