2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-03-23 01:42:18 +00:00

remove javascript from template

This commit is contained in:
2025-07-24 13:11:49 +02:00
parent 8cf85ca5ef
commit 9e9122da81

View File

@@ -20,11 +20,6 @@ Exported on {% now 'Y-m-d H:m' %} using either the control panel webpage or when
See troggle/code/views/other.py and core.models/logbooks.py writelogbook(year, filename)
-->
<body>
<button type="button" onclick="window.scrollTo(0, document.body.scrollHeight)" autofocus>Scroll To Bottom</button>
<br/>
<a href="/logbookedit/">Add Log book entry</a>
{%for logbook_entry in logbook_entries%} <hr />
<div class="tripdate" id="{{logbook_entry.slug}}">{{logbook_entry.date|date:'Y-m-d'}}</div>
<div class="trippeople">{{logbook_entry.get_participants|safe}}</div>
@@ -33,10 +28,5 @@ See troggle/code/views/other.py and core.models/logbooks.py writelogbook(year, f
<div class="timeug">T/U: {{logbook_entry.time_underground|safe}} hours</div>
<div class="editentry"><br /><a href="/logbookedit/{{logbook_entry.slug}}">Edit this entry</a><br /></div>
{% endfor %}<hr />
<button type="button" onclick="window.scrollTo(0, 0)" autofocus>Scroll To Top</button>
<br/>
<a href="/logbookedit/">Add Log book entry</a>
</body>
</html>