diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-01-29 22:46:04 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-01-29 22:46:04 +0000 |
commit | 3d1dbf2e0d9f22f58b395d3ad1a38dd3dc4f3b0f (patch) | |
tree | e46225d4d1fa493120d3ebebb80c706b16c7acfd /templates | |
parent | 2681127037ed70f1f49dfb37b381b71adfd92b1a (diff) | |
download | troggle-3d1dbf2e0d9f22f58b395d3ad1a38dd3dc4f3b0f.tar.gz troggle-3d1dbf2e0d9f22f58b395d3ad1a38dd3dc4f3b0f.tar.bz2 troggle-3d1dbf2e0d9f22f58b395d3ad1a38dd3dc4f3b0f.zip |
another tweak
Diffstat (limited to 'templates')
-rw-r--r-- | templates/logbookform.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/logbookform.html b/templates/logbookform.html index 2e2b482..5286ecf 100644 --- a/templates/logbookform.html +++ b/templates/logbookform.html @@ -101,7 +101,7 @@ <br /><br /> <input type="hidden" value="{{slug}}" name="slug"> <button class="fancybutton2" style="padding: 0.5em 25px; margin-left: 110px" type = "submit" value = "save" > - Update this entry <em>"{{title}}"</em> + {% if title %}Update this entry<em>"{{title}}"</em>{% else %} Save this entry{% endif %} </button> </form> |