From aed7474e88de9e285d239b2fb19474894559093d Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Fri, 13 Jul 2012 12:35:07 -0500 Subject: [PATCH] Make the theme_linked_assets_dir config option point to the right place by default Should be in user_dev... --- mediagoblin/config_spec.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediagoblin/config_spec.ini b/mediagoblin/config_spec.ini index 585aaacf..17df2819 100644 --- a/mediagoblin/config_spec.ini +++ b/mediagoblin/config_spec.ini @@ -63,7 +63,7 @@ geolocation_map_visible = boolean(default=False) # Theming stuff theme_install_dir = string(default="%(here)s/user_dev/themes/") theme_web_path = string(default="/theme_static/") -theme_linked_assets_dir = string(default="%(here)s/theme_static/") +theme_linked_assets_dir = string(default="%(here)s/user_dev/theme_static/") theme = string() -- 2.25.1