mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-04-19 18:21:07 +01:00
Edit Logbook Entry mostly working
This commit is contained in:
@@ -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%}
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user