diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/editexpopage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/editexpopage.html b/templates/editexpopage.html index ae44333..28ac165 100644 --- a/templates/editexpopage.html +++ b/templates/editexpopage.html @@ -1,7 +1,7 @@ {% extends "expobase.html" %} {% block title %}Edit {{ path }}{% endblock %} {% block extrahead %} -{% include 'html_editor_scripts_css.html' %} +{% include 'html_editor_scripts_css.html' %} <!-- JS magic to make a popup image selector page --> {% endblock %} {% block body %} |