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/blog.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/blog.html')
-rw-r--r-- | bh20simplewebuploader/templates/blog.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bh20simplewebuploader/templates/blog.html b/bh20simplewebuploader/templates/blog.html index 88ce4c3..fa08f5b 100644 --- a/bh20simplewebuploader/templates/blog.html +++ b/bh20simplewebuploader/templates/blog.html @@ -9,12 +9,11 @@ {{ embed|safe }} <hr> - <h1>Other blog entries</h1> + <h1>Other documents</h1> {% else %} - {% include 'blurb.html' %} - <h2>BLOG Entries:</h2> + <h2>Documents:</h2> {% endif %} <section class="blog-entries"> |