From dbc1cac2afd361822732ff0af0c3cc8d5ce3ad57 Mon Sep 17 00:00:00 2001
From: Ben Sturmfels
Date: Thu, 19 Oct 2023 16:49:13 +1100
Subject: [PATCH] Fix links to forms.css, remove links to unused jquery-ui.css
---
www/conservancy/static/activities/index.html | 3 +--
www/conservancy/static/sustainer/event.html | 2 +-
www/conservancy/static/sustainer/thank-you-event.html | 7 ++-----
www/conservancy/static/sustainer/thank-you.html | 5 +----
www/conservancy/templates/base_compliance.html | 3 +--
www/conservancy/templates/base_press.html | 3 +--
www/conservancy/templates/base_vizio.html | 3 +--
7 files changed, 8 insertions(+), 18 deletions(-)
diff --git a/www/conservancy/static/activities/index.html b/www/conservancy/static/activities/index.html
index 9f4d1e45..1a60da35 100644
--- a/www/conservancy/static/activities/index.html
+++ b/www/conservancy/static/activities/index.html
@@ -3,8 +3,7 @@
{% load humanize %}
{% block category %}WhatWeDo{% endblock %}
{% block head %}
-
-
+
{% endblock %}
diff --git a/www/conservancy/static/sustainer/event.html b/www/conservancy/static/sustainer/event.html
index b0a44afc..949a9853 100644
--- a/www/conservancy/static/sustainer/event.html
+++ b/www/conservancy/static/sustainer/event.html
@@ -3,7 +3,7 @@
{% block category %}supporter{% endblock %}
{% block head %}
-
+
{% endblock %}
{% block content %}
diff --git a/www/conservancy/static/sustainer/thank-you-event.html b/www/conservancy/static/sustainer/thank-you-event.html
index caf60852..10ec6788 100644
--- a/www/conservancy/static/sustainer/thank-you-event.html
+++ b/www/conservancy/static/sustainer/thank-you-event.html
@@ -2,9 +2,6 @@
{% block subtitle %}Thanks for Your Support - {% endblock %}
{% block category %}supporter{% endblock %}
-{% block head %}
-
-{% endblock %}
{% block content %}
Conservancy Annual Supporter Night 2015!
@@ -21,7 +18,7 @@
The current menu for this special evening is as follows:
-
+
- 1 drink (soft drink, mineral water or standard beer)
@@ -30,7 +27,7 @@
- Beef
stew with french fries, or:
- - Spaghetti with tomato sauce (Vegetarian)
+ - Spaghetti with tomato sauce (Vegetarian)
- Ice
diff --git a/www/conservancy/static/sustainer/thank-you.html b/www/conservancy/static/sustainer/thank-you.html
index dfaa67ba..b28187f4 100644
--- a/www/conservancy/static/sustainer/thank-you.html
+++ b/www/conservancy/static/sustainer/thank-you.html
@@ -2,9 +2,6 @@
{% block subtitle %}Thanks for Your Support - {% endblock %}
{% block category %}sustainer{% endblock %}
-{% block head %}
-
-{% endblock %}
{% block content %}
Thanks!
@@ -18,7 +15,7 @@
restrictions in your email. We'll email back with details of where the
event is.
-->
-
+
As a Conservancy Sustainer, you'll also be eligible for future special
benefits. We may contact you directly by email later to tell you about
special Sustainer-only benefits in the coming year.
diff --git a/www/conservancy/templates/base_compliance.html b/www/conservancy/templates/base_compliance.html
index a3cbb68c..c120bb9e 100644
--- a/www/conservancy/templates/base_compliance.html
+++ b/www/conservancy/templates/base_compliance.html
@@ -3,8 +3,7 @@
{% load cache %}
{% load humanize %}
{% block head %}
-
-
+
{% endblock %}
diff --git a/www/conservancy/templates/base_press.html b/www/conservancy/templates/base_press.html
index ec60a119..f2f47107 100644
--- a/www/conservancy/templates/base_press.html
+++ b/www/conservancy/templates/base_press.html
@@ -3,8 +3,7 @@
{% load humanize %}
{% block category %}News{% endblock %}
{% block head %}
-
-
+
{% endblock %}
diff --git a/www/conservancy/templates/base_vizio.html b/www/conservancy/templates/base_vizio.html
index 93bd0d12..c0dfbedb 100644
--- a/www/conservancy/templates/base_vizio.html
+++ b/www/conservancy/templates/base_vizio.html
@@ -3,8 +3,7 @@
{% load humanize %}
{% block category %}Vizio{% endblock %}
{% block head %}
-
-
+
{% endblock %}