From: Matthijs Kooijman <matthijs@stdio.flexvps.nl> Date: Sat, 9 Feb 2008 10:10:17 +0000 (+0100) Subject: * Use the lex skin instead of the spring skin. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=69ffc3f029b28f480d82351bffc016cf80303bf5;p=matthijs%2Fprojects%2Fxerxes.git * Use the lex skin instead of the spring skin. --- diff --git a/templates/base/base.html b/templates/base/base.html index 6a8a89a..062bacd 100644 --- a/templates/base/base.html +++ b/templates/base/base.html @@ -1,7 +1,7 @@ {% load i18n %} <html> <head> -<link rel="stylesheet" type="text/css" href="http://www.evolution-events.nl/algemeen/css.php?skin=lente"/> +<link rel="stylesheet" type="text/css" href="http://www.evolution-events.nl/algemeen/css.php?skin=lex"/> <link rel="stylesheet" type="text/css" href="{% block stylesheet %}{{ STATIC_URL_PREFIX }}/base/css/base.css{% endblock %}"/> </head> <body>