diff options
author | Pjotr Prins | 2020-05-24 10:31:24 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-24 10:31:24 -0500 |
commit | c3bbd48601cdb4bec510db72bd2296724874f4f3 (patch) | |
tree | b61ca5b473cc30aa971264994697c70c06f20c56 /bh20simplewebuploader/templates/about.html | |
parent | a3c37de9105a784a8f73d3925269c847108baa17 (diff) | |
download | bh20-seq-resource-c3bbd48601cdb4bec510db72bd2296724874f4f3.tar.gz bh20-seq-resource-c3bbd48601cdb4bec510db72bd2296724874f4f3.tar.lz bh20-seq-resource-c3bbd48601cdb4bec510db72bd2296724874f4f3.zip |
Display About/FAQ
Diffstat (limited to 'bh20simplewebuploader/templates/about.html')
-rw-r--r-- | bh20simplewebuploader/templates/about.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bh20simplewebuploader/templates/about.html b/bh20simplewebuploader/templates/about.html index 286a211..07b6951 100644 --- a/bh20simplewebuploader/templates/about.html +++ b/bh20simplewebuploader/templates/about.html @@ -1,11 +1,11 @@ <!DOCTYPE html> <html> - {% include 'header.html' %} + {% include 'org-header.html' %} <body> {% include 'banner.html' %} {% include 'menu.html' %} - WIP + {{ embed|safe }} {% include 'footer.html' %} |