File: 02_remove_templatebuiltins_js.patch

package info (click to toggle)
circuits 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,384 kB
  • ctags: 3,037
  • sloc: python: 14,416; makefile: 146; sh: 61
file content (14 lines) | stat: -rw-r--r-- 543 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Remove templatebuiltins.js because it contains names of Django
builtin tags and filters not used in circuits documentation.
Author: Daniele Tricoli <eriol@mornie.org>
--- a/docs/source/_themes/om/layout.html
+++ b/docs/source/_themes/om/layout.html
@@ -18,7 +18,7 @@
 
 {% block extrahead %}
 {{ super() }}
-<script type="text/javascript" src="{{ pathto('templatebuiltins.js', 1) }}"></script>
+<script type="text/javascript" src=""></script>
 <script type="text/javascript">
 (function($) {
     if (!django_template_builtins) {