[Python-modules-commits] [django-guardian] 05/10: Use local js files.

Brian May bam at moszumanska.debian.org
Thu Jan 14 00:54:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

bam pushed a commit to branch master
in repository django-guardian.

commit ebf68b4e9b9f47dc91ea5541e0622f48280bbec2
Author: Brian May <bam at debian.org>
Date:   Sat Nov 14 14:02:06 2015 +1100

    Use local js files.
---
 docs/theme/rtd_theme/layout.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/theme/rtd_theme/layout.html b/docs/theme/rtd_theme/layout.html
index 87337a9..57ad31c 100644
--- a/docs/theme/rtd_theme/layout.html
+++ b/docs/theme/rtd_theme/layout.html
@@ -85,7 +85,7 @@
   {%- endblock %}
   {%- block extrahead %} {% endblock %}
 
-  <script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
+  <script src="{{ pathto('_static/modernizr.min.js', 1) }}"></script>
 
 </head>
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-guardian.git



More information about the Python-modules-commits mailing list