Private
Public Access
1
0
Files
rowsandall/rowers/templates/confirmemailpage.html
Sander Roosendaal 06945b68c3 nicer sign-up pages
2021-12-27 09:13:02 +01:00

20 lines
560 B
HTML

{% extends "newbase.html" %}
{% load static %}
{% load rowerfilters %}
{% block title %}Change Rower {% endblock %}
{% block main %}
<h1>Please confirm your email address</h1>
<p>Please confirm your email address to complete your registration. An email has been sent to {{ address }}.
Please check the inbox in your email app.
If this is not a valid email address that you have access to, please repeat the new user registration process
with a valid email address.</p>
{% endblock %}
{% block sidebar %}
{% include 'menu_profile.html' %}
{% endblock %}