]> git.parisson.com Git - django_quiz.git/commitdiff
fix base template.
authorРустам Кашапов <rrkashapov@bars-open.ru>
Thu, 2 Oct 2014 17:59:07 +0000 (21:59 +0400)
committerРустам Кашапов <rrkashapov@bars-open.ru>
Thu, 2 Oct 2014 17:59:07 +0000 (21:59 +0400)
quiz/templates/base.html

index 6b292e4452eef871edab0986ef574cc606038048..5fe468385cf4baad3114bef916905c00c881b67e 100644 (file)
@@ -1,5 +1,4 @@
 {% load i18n %}
-{% load staticfiles %}
 <!DOCTYPE html>
 <html xmlns:fb="http://www.facebook.com/2008/fbml" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
 <head>
@@ -9,11 +8,11 @@
 <meta name="description" content="{% block description %}{% endblock %}">
 
 <!-- styles -->
-<link rel="stylesheet" href={% static "bootstrap.min.css"%}>
+<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
 
 <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
 <!--[if lt IE 9]>
-<script src="{% static "html5.js" %}"></script>
+<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
 <![endif]-->
 
 </head>