| changeset 164 | cc217bd00476 |
| parent 160 | 0c01050f9717 |
| child 398 | 4d33eab2ee1b |
--- a/src/cm/templates/site/layout/base.html Thu Feb 11 19:48:16 2010 +0100 +++ b/src/cm/templates/site/layout/base.html Fri Feb 12 11:48:23 2010 +0100 @@ -44,6 +44,12 @@ --> </script> + {% if CONF.workspace_code %} + {% autoescape off %} + {{ CONF.workspace_code }} + {% endautoescape %} + {% endif %} + {% block head_base %} {% endblock %} {% block head %}