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 | f23700b1b70a20c05733e2e6a4dfe0693392d278 (patch) | |
tree | d83f417c5b5cbecafdf450f854cbe8118f39fcdc /templates | |
parent | 41e11c6c2e1918128e6992d3b057b0b65f417b30 (diff) | |
parent | 0eb5e560d22d263af5ac2ac8582003d9a565efa2 (diff) | |
download | troggle-f23700b1b70a20c05733e2e6a4dfe0693392d278.tar.gz troggle-f23700b1b70a20c05733e2e6a4dfe0693392d278.tar.bz2 troggle-f23700b1b70a20c05733e2e6a4dfe0693392d278.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 %} |