nicer sign-up pages
This commit is contained in:
19
rowers/templates/confirmemailpage.html
Normal file
19
rowers/templates/confirmemailpage.html
Normal file
@@ -0,0 +1,19 @@
|
||||
{% 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 %}
|
||||
16
rowers/templates/invalid_activation.html
Normal file
16
rowers/templates/invalid_activation.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{% extends "newbase.html" %}
|
||||
{% load static %}
|
||||
{% load rowerfilters %}
|
||||
|
||||
{% block title %}Change Rower {% endblock %}
|
||||
|
||||
{% block main %}
|
||||
<h1>Error</h1>
|
||||
|
||||
<p>Your activation link is invalid. Please use a valid activation link that you received by email or try to register again as a new user.</p>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block sidebar %}
|
||||
{% include 'menu_profile.html' %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user