20 lines
560 B
HTML
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 %}
|