diff options
author | Pjotr Prins | 2020-11-05 11:31:50 +0000 |
---|---|---|
committer | Pjotr Prins | 2020-11-05 11:31:50 +0000 |
commit | 1f470de17eba27d4406bb2840d5301cab3ccffda (patch) | |
tree | d98af2c6489e77b550b9566a24a06615325946d3 /bh20simplewebuploader/templates/menu.html | |
parent | f44cbe10ee5dc040d090d0350c626d1982fc6f6c (diff) | |
download | bh20-seq-resource-1f470de17eba27d4406bb2840d5301cab3ccffda.tar.gz bh20-seq-resource-1f470de17eba27d4406bb2840d5301cab3ccffda.tar.lz bh20-seq-resource-1f470de17eba27d4406bb2840d5301cab3ccffda.zip |
Using 'DOCS' instead of 'BLOG'
Diffstat (limited to 'bh20simplewebuploader/templates/menu.html')
-rw-r--r-- | bh20simplewebuploader/templates/menu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bh20simplewebuploader/templates/menu.html b/bh20simplewebuploader/templates/menu.html index 5d5fdc8..8e6ef52 100644 --- a/bh20simplewebuploader/templates/menu.html +++ b/bh20simplewebuploader/templates/menu.html @@ -6,7 +6,7 @@ <a href="/status" class="{{ 'active' if menu=='STATUS' }}">STATUS</a> <a href="/demo" class="{{ 'active' if menu=='DEMO' }}">DEMO</a> <a href="/export" class="{{ 'active' if menu=='EXPORT' }}">EXPORT</a> - <a href="/blog" class="{{ 'active' if menu=='BLOG' }}">BLOG</a> + <a href="/blog" class="{{ 'active' if menu=='BLOG' }}">DOCS</a> <a href="/about" class="{{ 'active' if menu=='ABOUT' }}">ABOUT</a> <a href="/contact" class="{{ 'active' if menu=='CONTACT' }}">CONTACT</a> <a href="javascript:void(0);" class="icon" onclick="myFunction()"> |