This PR addresses the open feedback on the Microsites feature

This commit is contained in:
Chris Dodge
2014-02-10 22:19:21 -05:00
parent f400f1a6a3
commit aa43689a93
39 changed files with 389 additions and 340 deletions

View File

@@ -0,0 +1,3 @@
This directory is intentionally empty.
We need to have a directory on disk for the corresponding Microsite configuration to be considered 'valid'. Therefore to execute some 'default' use-cases, we have this empty directory.

View File

@@ -1,7 +1,7 @@
## mako
<%! from django.core.urlresolvers import reverse %>
<%! from django.utils.translation import ugettext as _ %>
<%! from microsite_configuration.middleware import MicrositeConfiguration %>
<%! from microsite_configuration import microsite %>
<%namespace name='static' file='static_content.html'/>