Point base template to local copies of YUI files and css.
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 31 Jul 2008 22:35:06 +0000 (00:35 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 31 Jul 2008 22:35:06 +0000 (00:35 +0200)
templates/base/base.html

index 1a9c9522012680f26c46dd9b294ae76ae8560be9..4eea8965acc1436bc3df50ffdf91eba2bbebd975 100644 (file)
@@ -1,10 +1,14 @@
 {% load i18n %}
 <html>
 <head>
-<link rel="stylesheet" type="text/css" href="http://www.evolution-events.nl/algemeen/css.php?skin=lex"/>
+{# <link rel="stylesheet" type="text/css" href="http://www.evolution-events.nl/algemeen/css.php?skin=lex"/> #}
+<link rel="stylesheet" type="text/css" href="{{ STATIC_URL_PREFIX }}/base/css/lex.css"/> #}
+
 <link rel="stylesheet" type="text/css" href="{% block stylesheet %}{{ STATIC_URL_PREFIX }}/base/css/base.css{% endblock %}"/>
-<script type="text/javascript" src="http://yui.yahooapis.com/2.5.1/build/yahoo-dom-event/yahoo-dom-event.js"></script> 
-<script type="text/javascript" src="http://yui.yahooapis.com/2.5.1/build/logger/logger-debug.js"></script> 
+{#<script type="text/javascript" src="http://yui.yahooapis.com/2.5.1/build/yahoo-dom-event/yahoo-dom-event.js"></script> 
+<script type="text/javascript" src="http://yui.yahooapis.com/2.5.1/build/logger/logger-debug.js"></script> #}
+<script type="text/javascript" src="{{ STATIC_URL_PREFIX }}/base/js/yahoo-dom-event.js"></script> 
+<script type="text/javascript" src="{{ STATIC_URL_PREFIX }}/base/js/logger-debug.js"></script> 
 </head>
 <body>
 <div class="logo"></div>