Private
Public Access
1
0

initial rojabo integration

This commit is contained in:
Sander Roosendaal
2022-04-28 11:54:40 +02:00
parent 9f4f9cf8d0
commit ce30e66d27
5 changed files with 69 additions and 2 deletions

View File

@@ -66,6 +66,11 @@
<i class="far fa-calendar-plus fa-fw"></i>&nbsp;Add Session
</a>
</li>
<li id="import-rojabo">
<a href="/rowers/session/rojaboimport/">
<i class="fas fa-cloud-download fa-fw"></i>&nbsp;Import from Rojabo
</a>
</li>
<li id="plan-microcycle">
<a href="/rowers/sessions/multicreate/?when={{ timeperiod }}">
<i class="fas fa-expand fa-fw"></i>Plan Microcycle

View File

@@ -19,7 +19,9 @@
<th> Import </th>
<th> Session</th>
<th> SPM</th>
<th> Points</th>
<th> Planned Date </th>
<th> New </th>
</tr>
</thead>
<tbody>
@@ -34,7 +36,9 @@
</td>
<td>{{ session|lookuplong:'name' }}</td>
<td>{{ session|lookuplong:'spm' }}</td>
<td>{{ session|lookuplong:'points' }}</td>
<td>{{ session|lookuplong:'date' }} </td>
<td>{{ session|lookuplong:'new' }} </td>
</tr>
{% endfor %}