* Use the spring skin instead of the winter skin.
authorMatthijs Kooijman <matthijs@stdio.flexvps.nl>
Sat, 9 Feb 2008 00:55:17 +0000 (01:55 +0100)
committerMatthijs Kooijman <matthijs@stdio.flexvps.nl>
Sat, 9 Feb 2008 00:55:17 +0000 (01:55 +0100)
templates/base/base.html

index 3cbb3533511ef3ad5975eaa2a558f1bc705a7a4d..6a8a89a1241c94711d3f1aa8a0202ea2cd799494 100644 (file)
@@ -1,7 +1,7 @@
 {% load i18n %}
 <html>
 <head>
-<link rel="stylesheet" type="text/css" href="http://www.evolution-events.nl/algemeen/css.php?skin=winter"/>
+<link rel="stylesheet" type="text/css" href="http://www.evolution-events.nl/algemeen/css.php?skin=lente"/>
 <link rel="stylesheet" type="text/css" href="{% block stylesheet %}{{ STATIC_URL_PREFIX }}/base/css/base.css{% endblock %}"/>
 </head>
 <body>