Fix links to forms.css, remove links to unused jquery-ui.css
This commit is contained in:
parent
43e3cbe7f1
commit
dbc1cac2af
7 changed files with 8 additions and 18 deletions
|
@ -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 %}
|
||||
|
||||
|
|
|
@ -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 %}
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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 %}
|
||||
|
||||
|
|
|
@ -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 %}
|
||||
|
||||
|
|
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue