diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-02-22 10:11:24 +0200 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-02-22 10:11:24 +0200 |
commit | e95cff58180ec4f251dafeedb437dd48a94cbd9e (patch) | |
tree | 062eea65c1fe72d8ef5e5b19aac320d6a58633ed /templates | |
parent | 8a95b0609dbcbcdf6ea603beace6877fb5d03301 (diff) | |
download | troggle-e95cff58180ec4f251dafeedb437dd48a94cbd9e.tar.gz troggle-e95cff58180ec4f251dafeedb437dd48a94cbd9e.tar.bz2 troggle-e95cff58180ec4f251dafeedb437dd48a94cbd9e.zip |
produce .url file in same folder as orig. photo in expofiles
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 %} |