diff options
author | Pjotr Prins | 2020-05-23 08:53:17 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-23 08:53:17 -0500 |
commit | a6e411584d7188d1485bad1895f6cc659ecce8c6 (patch) | |
tree | bdb1cd3436d42e31608e5351521219b94e363adb /bh20simplewebuploader/templates/blog.html | |
parent | ef5c0de4f309923b844d9fe0dd9ac70b7347a49a (diff) | |
download | bh20-seq-resource-a6e411584d7188d1485bad1895f6cc659ecce8c6.tar.gz bh20-seq-resource-a6e411584d7188d1485bad1895f6cc659ecce8c6.tar.lz bh20-seq-resource-a6e411584d7188d1485bad1895f6cc659ecce8c6.zip |
Fixed HTML footer
Diffstat (limited to 'bh20simplewebuploader/templates/blog.html')
-rw-r--r-- | bh20simplewebuploader/templates/blog.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bh20simplewebuploader/templates/blog.html b/bh20simplewebuploader/templates/blog.html index 47b68fa..286a211 100644 --- a/bh20simplewebuploader/templates/blog.html +++ b/bh20simplewebuploader/templates/blog.html @@ -7,6 +7,8 @@ WIP + {% include 'footer.html' %} + <script type="text/javascript"> let scriptRoot = {{ request.script_root|tojson|safe }}; // examples |