Thanks for posting the solution. You might be interested in the
example base template, too:
<https://github.com/feincms/feincms/blob/master/example/templates/base.html>
Matthias
You need the 'request' request processor from Django itself:
Short version:
"This means you should add django.core.context_processors.request to
your TEMPLATE_CONTEXT_PROCESSORS."
Matthias