summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/logbook2005style.html3
-rw-r--r--templates/logbookform.html4
2 files changed, 4 insertions, 3 deletions
diff --git a/templates/logbook2005style.html b/templates/logbook2005style.html
index b0491b7..67fd930 100644
--- a/templates/logbook2005style.html
+++ b/templates/logbook2005style.html
@@ -14,7 +14,8 @@ maintain half a dozen parser functions.
Sorry about all the crap that surrounds the image tags which has been imported along with the content
when UK Caving blogs have been parsed.
-Exported on {% now 'Y-m-d H:m' %} using control panel webpage and exportlogbook() in troggle/code/views/other.py
+Exported on {% now 'Y-m-d H:m' %} using either the control panel webpage or when editing a logbook entry online
+See troggle/code/views/other.py and core.models/logbooks.py writelogbook(year, filename)
-->
<body>
{%for logbook_entry in logbook_entries%}
diff --git a/templates/logbookform.html b/templates/logbookform.html
index 9c33a50..b8a94f0 100644
--- a/templates/logbookform.html
+++ b/templates/logbookform.html
@@ -79,9 +79,9 @@
title="Time underground (hours)"
{% if tu %}value="{{tu}}"{% else %}placeholder="0.1" {% endif %}
/>
- <br /><br /> <span style="color: red">This DOES NOT SAVE ANYTHING yet</span>
+ <br /><br />
<button class="fancybutton2" style="padding: 0.5em 25px; margin-left: 110px" type = "submit" value = "save" >
- Do logbook entry
+ Update logbook entry
</button>
</form>