summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2025-01-29 22:46:04 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2025-01-29 22:46:04 +0000
commit3d1dbf2e0d9f22f58b395d3ad1a38dd3dc4f3b0f (patch)
treee46225d4d1fa493120d3ebebb80c706b16c7acfd /templates
parent2681127037ed70f1f49dfb37b381b71adfd92b1a (diff)
downloadtroggle-3d1dbf2e0d9f22f58b395d3ad1a38dd3dc4f3b0f.tar.gz
troggle-3d1dbf2e0d9f22f58b395d3ad1a38dd3dc4f3b0f.tar.bz2
troggle-3d1dbf2e0d9f22f58b395d3ad1a38dd3dc4f3b0f.zip
another tweak
Diffstat (limited to 'templates')
-rw-r--r--templates/logbookform.html2
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>