summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2016-11-22 23:05:38 +0100
committerMagnus Granberg <zorry@gentoo.org>2016-11-22 23:05:38 +0100
commit7999e14da3190d9f44e70a5dfbe1b2cedf55a5df (patch)
treef35a6bc92360445134ea461a10454bf01caaa91a /python/templates/layout
parentupdate conf files database (diff)
downloadtinderbox-cluster-www-7999e14da3190d9f44e70a5dfbe1b2cedf55a5df.tar.gz
tinderbox-cluster-www-7999e14da3190d9f44e70a5dfbe1b2cedf55a5df.tar.bz2
tinderbox-cluster-www-7999e14da3190d9f44e70a5dfbe1b2cedf55a5df.zip
Update for django 1.10 and fix links for css and js
Diffstat (limited to 'python/templates/layout')
-rw-r--r--python/templates/layout/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/templates/layout/base.html b/python/templates/layout/base.html
index eaa86f3..2344acd 100644
--- a/python/templates/layout/base.html
+++ b/python/templates/layout/base.html
@@ -14,8 +14,8 @@
{% include "includes/layout/footer.html" %}
- <script src="{{ site.cdnurl }}/jquery.min.js"></script>
- <script src="{{ site.cdnurl }}/bootstrap.min.js"></script>
+ <script src="https://assets.gentoo.org/tyrian/jquery.min.js"></script>
+ <script src="https://assets.gentoo.org/tyrian/bootstrap.min.js"></script>
{% if page.extrajs %}{% for js in page.extrajs %}<script src="{{ STATIC_ROOT }}/js/{{ js }}"></script>{% endfor %}{% endif %}
{% if page.inlinejs %}<script>{{ page.inlinejs }}</script>{% endif %}
<script type="text/javascript">