From 08deab647c4015425103aa34565a6ea2fc205c81 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 26 Feb 2012 21:45:16 +0100 Subject: [PATCH] Don't prefix css when developing --- couchpotato/templates/_desktop.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/couchpotato/templates/_desktop.html b/couchpotato/templates/_desktop.html index 28beaa10..7ec3fd95 100644 --- a/couchpotato/templates/_desktop.html +++ b/couchpotato/templates/_desktop.html @@ -10,8 +10,9 @@ + {% if not env.get('dev') %} - + {% endif %}