Renamed .css file to facilitate todays changes.
This is done seperatly because Google Code's online diff does not regard this as a rename.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
from django.conf.urls.defaults import *urlpatterns = patterns('', (r'^setlang/$', 'django.views.i18n.set_language'),)