diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-25 23:40:53 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-25 23:40:53 +0000 |
commit | ee2cd0d39101c46185244c041e50c4aee30af193 (patch) | |
tree | d83f417c5b5cbecafdf450f854cbe8118f39fcdc /templates | |
parent | 0cc4e7c7d301dec806bf86cba65ff4a9a35493b9 (diff) | |
parent | 478065786f82de0cf633dbdd4414bfd8d07301fd (diff) | |
download | troggle-ee2cd0d39101c46185244c041e50c4aee30af193.tar.gz troggle-ee2cd0d39101c46185244c041e50c4aee30af193.tar.bz2 troggle-ee2cd0d39101c46185244c041e50c4aee30af193.zip |
trying to add new field
Diffstat (limited to 'templates')
-rw-r--r-- | templates/caveindex.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/caveindex.html b/templates/caveindex.html index 7bc5942..5bbf2f3 100644 --- a/templates/caveindex.html +++ b/templates/caveindex.html @@ -7,6 +7,8 @@ <h1>Cave Index</h1> +<p>{{ newfield }}</p> + <h3>Notable caves</h3> <ul> {% for cave in notablecaves %} |