initial rojabo integration
This commit is contained in:
@@ -66,6 +66,11 @@
|
||||
<i class="far fa-calendar-plus fa-fw"></i> Add Session
|
||||
</a>
|
||||
</li>
|
||||
<li id="import-rojabo">
|
||||
<a href="/rowers/session/rojaboimport/">
|
||||
<i class="fas fa-cloud-download fa-fw"></i> 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
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user