Fix comment tags in the base template.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 28 Oct 2008 17:31:35 +0000 (18:31 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 28 Oct 2008 17:31:35 +0000 (18:31 +0100)
This ensure we really don't link to online copies of the YUI scripting
files.

templates/base/base.html

index 4eea8965acc1436bc3df50ffdf91eba2bbebd975..72d2214d483b8e1220213ffd8b8a2acd15b3df6c 100644 (file)
@@ -2,11 +2,11 @@
 <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="{{ STATIC_URL_PREFIX }}/base/css/lex.css"/> #}
+<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>