diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-03-18 10:21:25 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-03-18 10:21:25 +0000 |
commit | e4ee4abce8c50f7b574b7debf09a34931cd5c7f3 (patch) | |
tree | 073a37d2a8fdf6536d6e3f2e2addd9f6658b801f /templates/frontpage.html | |
parent | 2544bc5f3d29d045c6385d95d810a375647070ff (diff) | |
download | troggle-e4ee4abce8c50f7b574b7debf09a34931cd5c7f3.tar.gz troggle-e4ee4abce8c50f7b574b7debf09a34931cd5c7f3.tar.bz2 troggle-e4ee4abce8c50f7b574b7debf09a34931cd5c7f3.zip |
missing print msg
Diffstat (limited to 'templates/frontpage.html')
-rw-r--r-- | templates/frontpage.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/frontpage.html b/templates/frontpage.html index 4405d10..866798a 100644 --- a/templates/frontpage.html +++ b/templates/frontpage.html @@ -1,3 +1,4 @@ +<!-- frontpage.html - this text visible because this template has been included --> {% extends "base.html" %} |