We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c8adf commit ca81ed0Copy full SHA for ca81ed0
1 file changed
ietf/templates/meeting/landscape_edit.html
@@ -23,8 +23,9 @@
23
<link rel='stylesheet' type='text/css' href='/css/jquery-ui-themes/jquery-ui-1.8.11.custom.css' />
24
<link rel="stylesheet" type="text/css" href="/css/base2.css"></link>
25
<link rel='stylesheet' type='text/css' href='/css/agenda.css' />
26
++{% endblock pagehead %}
27
-
28
++{% block scripts %}
29
<script type='text/javascript' src='/js/lib/jquery-1.8.2.min.js'></script>
30
<script type='text/javascript' src='/js/jquery-ui-1.9.0.custom/minified/jquery-ui.custom.min.js'></script>
31
<script type='text/javascript' src='/js/jquery-ui-1.9.0.custom/minified/jquery.ui.widget.min.js'></script>
@@ -113,7 +114,7 @@
113
114
<style type='text/css'>
115
116
</style>
-{% endblock pagehead %}
117
+{% endblock scripts %}
118
119
120
{% block noTable %}
0 commit comments