Private
Public Access
1
0

sort of importing ok

This commit is contained in:
2024-12-17 20:13:17 +01:00
parent ada31089ee
commit e808b0c51f
6 changed files with 67 additions and 23 deletions

View File

@@ -17,6 +17,7 @@
<tr>
<th>Import</th>
<th>Date</th>
<th>Name</th>
<th>Description</th>
<th>Type</th>
<th>Training Load</th>
@@ -29,6 +30,7 @@
<input type="checkbox" name="session" value="{{ session.id }}">
</td>
<td>{{ session.start_date_local }}</td>
<td>{{ session.name }}</td>
<td>{{ session.description }}</td>
<td>{{ session.type }}</td>
<td>{{ session.icu_training_load }}</td>