Changeset - dbc1cac2afd3
[Not reviewed]
0 7 0
Ben Sturmfels (bsturmfels) - 7 months ago 2023-10-19 05:49:13
ben@sturm.com.au
Fix links to forms.css, remove links to unused jquery-ui.css
7 files changed with 5 insertions and 15 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/activities/index.html
Show inline comments
...
 
@@ -3,8 +3,7 @@
 
{% load humanize %}
 
{% block category %}WhatWeDo{% endblock %}
 
{% block head %}
 
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
 
<link href="/forms.css" rel="stylesheet" type="text/css"/>
 
<link href="/css/forms.css" rel="stylesheet" type="text/css"/>
 

	
 
{% endblock %}
 

	
www/conservancy/static/sustainer/event.html
Show inline comments
...
 
@@ -3,7 +3,7 @@
 
{% block category %}supporter{% endblock %}
 

	
 
{% block head %}
 
<link href="/forms.css" rel="stylesheet" type="text/css"/>
 
<link href="/css/forms.css" rel="stylesheet" type="text/css"/>
 
{% endblock %}
 

	
 
{% block content %}
www/conservancy/static/sustainer/thank-you-event.html
Show inline comments
...
 
@@ -2,9 +2,6 @@
 
{% block subtitle %}Thanks for Your Support - {% endblock %}
 
{% block category %}supporter{% endblock %}
 

	
 
{% block head %}
 
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
 
{% endblock %}
 
{% block content %}
 
<h1>Conservancy Annual Supporter Night 2015!</h1>
 

	
www/conservancy/static/sustainer/thank-you.html
Show inline comments
...
 
@@ -2,9 +2,6 @@
 
{% block subtitle %}Thanks for Your Support - {% endblock %}
 
{% block category %}sustainer{% endblock %}
 

	
 
{% block head %}
 
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
 
{% endblock %}
 
{% block content %}
 
<h1>Thanks!</h1>
 

	
www/conservancy/templates/base_compliance.html
Show inline comments
...
 
@@ -3,8 +3,7 @@
 
{% load cache %}
 
{% load humanize %}
 
{% block head %}
 
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
 
<link href="/forms.css" rel="stylesheet" type="text/css"/>
 
<link href="/css/forms.css" rel="stylesheet" type="text/css"/>
 

	
 
{% endblock %}
 

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

	
 
{% endblock %}
 

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

	
 
{% endblock %}
 

	
0 comments (0 inline, 0 general)