Fix links to forms.css, remove links to unused jquery-ui.css

This commit is contained in:
Ben Sturmfels 2023-10-19 16:49:13 +11:00
parent 43e3cbe7f1
commit dbc1cac2af
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0
7 changed files with 8 additions and 18 deletions

View file

@ -3,8 +3,7 @@
{% load humanize %} {% load humanize %}
{% block category %}WhatWeDo{% endblock %} {% block category %}WhatWeDo{% endblock %}
{% block head %} {% block head %}
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/> <link href="/css/forms.css" rel="stylesheet" type="text/css"/>
<link href="/forms.css" rel="stylesheet" type="text/css"/>
{% endblock %} {% endblock %}

View file

@ -3,7 +3,7 @@
{% block category %}supporter{% endblock %} {% block category %}supporter{% endblock %}
{% block head %} {% block head %}
<link href="/forms.css" rel="stylesheet" type="text/css"/> <link href="/css/forms.css" rel="stylesheet" type="text/css"/>
{% endblock %} {% endblock %}
{% block content %} {% block content %}

View file

@ -2,9 +2,6 @@
{% block subtitle %}Thanks for Your Support - {% endblock %} {% block subtitle %}Thanks for Your Support - {% endblock %}
{% block category %}supporter{% endblock %} {% block category %}supporter{% endblock %}
{% block head %}
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
{% endblock %}
{% block content %} {% block content %}
<h1>Conservancy Annual Supporter Night 2015!</h1> <h1>Conservancy Annual Supporter Night 2015!</h1>
@ -21,7 +18,7 @@
</p> </p>
<p>The current menu for this special evening is as follows: <p>The current menu for this special evening is as follows:
<ul> <ul>
<li>1 drink (soft drink, mineral water or standard beer)</li> <li>1 drink (soft drink, mineral water or standard beer)</li>
@ -30,7 +27,7 @@
<ul> <ul>
<li><a href="http://en.wikipedia.org/wiki/Carbonade_flamande">Beef <li><a href="http://en.wikipedia.org/wiki/Carbonade_flamande">Beef
stew</a> with french fries, or:</li> stew</a> with french fries, or:</li>
<li>Spaghetti with tomato sauce (Vegetarian)</li> <li>Spaghetti with tomato sauce (Vegetarian)</li>
</ul> </ul>
</li> </li>
<li> <a href="http://en.wikipedia.org/wiki/Dame_blanche_%28dessert%29">Ice <li> <a href="http://en.wikipedia.org/wiki/Dame_blanche_%28dessert%29">Ice

View file

@ -2,9 +2,6 @@
{% block subtitle %}Thanks for Your Support - {% endblock %} {% block subtitle %}Thanks for Your Support - {% endblock %}
{% block category %}sustainer{% endblock %} {% block category %}sustainer{% endblock %}
{% block head %}
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
{% endblock %}
{% block content %} {% block content %}
<h1>Thanks!</h1> <h1>Thanks!</h1>
@ -18,7 +15,7 @@
restrictions in your email. We'll email back with details of where the restrictions in your email. We'll email back with details of where the
event is.</p> event is.</p>
--> -->
<p>As a Conservancy Sustainer, you'll also be eligible for future special <p>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 benefits. We may contact you directly by email later to tell you about
special Sustainer-only benefits in the coming year.</p> special Sustainer-only benefits in the coming year.</p>

View file

@ -3,8 +3,7 @@
{% load cache %} {% load cache %}
{% load humanize %} {% load humanize %}
{% block head %} {% block head %}
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/> <link href="/css/forms.css" rel="stylesheet" type="text/css"/>
<link href="/forms.css" rel="stylesheet" type="text/css"/>
{% endblock %} {% endblock %}

View file

@ -3,8 +3,7 @@
{% load humanize %} {% load humanize %}
{% block category %}News{% endblock %} {% block category %}News{% endblock %}
{% block head %} {% block head %}
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/> <link href="/css/forms.css" rel="stylesheet" type="text/css"/>
<link href="/forms.css" rel="stylesheet" type="text/css"/>
{% endblock %} {% endblock %}

View file

@ -3,8 +3,7 @@
{% load humanize %} {% load humanize %}
{% block category %}Vizio{% endblock %} {% block category %}Vizio{% endblock %}
{% block head %} {% block head %}
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/> <link href="/css/forms.css" rel="stylesheet" type="text/css"/>
<link href="/forms.css" rel="stylesheet" type="text/css"/>
{% endblock %} {% endblock %}