summaryrefslogtreecommitdiffstats
path: root/templates/logbookform.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/logbookform.html')
-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>