Skip to content

Commit ca81ed0

Browse files
committed
Moved script loading inside {% block scripts %}. Patch from rjsparks@nostrum.com.
- Legacy-Id: 6346
1 parent a3c8adf commit ca81ed0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ietf/templates/meeting/landscape_edit.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@
2323
<link rel='stylesheet' type='text/css' href='/css/jquery-ui-themes/jquery-ui-1.8.11.custom.css' />
2424
<link rel="stylesheet" type="text/css" href="/css/base2.css"></link>
2525
<link rel='stylesheet' type='text/css' href='/css/agenda.css' />
26+
+{% endblock pagehead %}
2627

27-
28+
+{% block scripts %}
2829
<script type='text/javascript' src='/js/lib/jquery-1.8.2.min.js'></script>
2930
<script type='text/javascript' src='/js/jquery-ui-1.9.0.custom/minified/jquery-ui.custom.min.js'></script>
3031
<script type='text/javascript' src='/js/jquery-ui-1.9.0.custom/minified/jquery.ui.widget.min.js'></script>
@@ -113,7 +114,7 @@
113114
<style type='text/css'>
114115

115116
</style>
116-
{% endblock pagehead %}
117+
{% endblock scripts %}
117118

118119

119120
{% block noTable %}

0 commit comments

Comments
 (0)