All included via base_conservancy.html template
jQuery, jQuery UI, and the supporter-page Javscript are now included via the base_conservancy.html template.
This commit is contained in:
parent
16399575f1
commit
e1dfd65c3a
3 changed files with 0 additions and 11 deletions
|
@ -3,12 +3,7 @@
|
|||
{% block category %}supporter{% endblock %}
|
||||
|
||||
{% block head %}
|
||||
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/forms.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/jquery-ui.min.js"></script>
|
||||
<script type="text/javascript" src="/supporter-page.js"></script>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
|
|
@ -4,9 +4,6 @@
|
|||
|
||||
{% block head %}
|
||||
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/jquery-ui.min.js"></script>
|
||||
<script type="text/javascript" src="/supporter-page.js"></script>
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<h1>Conservancy Annual Supporter Night 2015!</h1>
|
||||
|
|
|
@ -4,9 +4,6 @@
|
|||
|
||||
{% block head %}
|
||||
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/jquery-ui.min.js"></script>
|
||||
<script type="text/javascript" src="/supporter-page.js"></script>
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<h1>Thanks!</h1>
|
||||
|
|
Loading…
Reference in a new issue