From 82cc8e1fe79f94dc2986961cf594ae2fedb63326 Mon Sep 17 00:00:00 2001
From: martin speleo <martin.speleo@gmail.com>
Date: Sat, 4 Jul 2009 00:26:12 +0100
Subject: [PATCH] [svn] Change to get js in admin work for feincms

---
 settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings.py b/settings.py
index ced854e..99624e7 100644
--- a/settings.py
+++ b/settings.py
@@ -90,6 +90,6 @@ INSTALLED_APPS = (
     'feincms' #This is a little content management app that does the javascript admin page for mptt.
 )
 
-FEINCMS_ADMIN_MEDIA=MEDIA_URL
+FEINCMS_ADMIN_MEDIA=MEDIA_URL + 'feincms/'
 
 from localsettings import * #localsettings needs to take precedence. Call it to override any existing vars.
\ No newline at end of file