| changeset 176 | 07019190bfe3 |
| parent 164 | cc217bd00476 |
| child 398 | 4d33eab2ee1b |
--- a/src/cm/templates/site/layout/base.html Sat Feb 13 12:02:23 2010 +0100 +++ b/src/cm/templates/site/layout/base.html Sat Feb 13 12:03:14 2010 +0100 @@ -44,6 +44,12 @@ --> </script> + {% if CONF.workspace_code %} + {% autoescape off %} + {{ CONF.workspace_code }} + {% endautoescape %} + {% endif %} + {% block head_base %} {% endblock %} {% block head %}