From f8066c8c7dc602f360135d554347ae438b9c04b3 Mon Sep 17 00:00:00 2001
From: Sander Roosendaal
We know you are eager to start using rowsandall.com, but we must
- ask you to read and agree with the below first.
+ ask you to read and agree with the below first. At the bottom of this page,
+ you can opt in or delete this user account.
+ GDPR Opt-In
diff --git a/rowers/templates/registration/login.html b/rowers/templates/registration/login.html
index e2d74eb2..eef08c5e 100644
--- a/rowers/templates/registration/login.html
+++ b/rowers/templates/registration/login.html
@@ -21,14 +21,22 @@
+
- Forgot password?
+
+
+
+
+
+
+
-
+
diff --git a/rowers/templates/registration_form.html b/rowers/templates/registration_form.html
index bd75d942..e09e9365 100644
--- a/rowers/templates/registration_form.html
+++ b/rowers/templates/registration_form.html
@@ -1,7 +1,7 @@
{% extends "newbase.html" %}
{% load staticfiles %}
{% load rowerfilters %}
-{% block title %}Contact Us{% endblock title %}
+{% block title %}New User Registration{% endblock title %}
{% block meta %}
{% endblock %}
@@ -23,7 +23,8 @@
{{ form.as_table }}
Terms of Service
-
+
+
diff --git a/rowers/templates/virtualevent.html b/rowers/templates/virtualevent.html
index bab556b1..97e94b79 100644
--- a/rowers/templates/virtualevent.html
+++ b/rowers/templates/virtualevent.html
@@ -8,11 +8,42 @@
{% include "monitorjobs.html" %}
{% endblock %}
+{% block og_title %}{{ race.name }}{% endblock %}
+{% block description %}Virtual Rowing Race {{ race.name }}{% endblock %}
+
+{% if racelogo %}
+{% block og_image %}
+
+
+
+
+{% endblock %}
+{% block image_src %}
+
+{% endblock %}
+{% endif %}
+
{% block main %}
+
{{ race.name }}
+
+Tweet +
+ + {% if not racelogo and race.manager == request.user %} Add Race Logo {% endif %} @@ -95,9 +126,14 @@