Private
Public Access
1
0

imports more than 50 workouts from C2

This commit is contained in:
Sander Roosendaal
2017-11-14 21:49:53 -06:00
parent 8f3c59fa2f
commit ffd2abc815
5 changed files with 29 additions and 10 deletions

View File

@@ -9,14 +9,25 @@
{% if workouts %}
<div class="grid_2 alpha ">
<a href="/rowers/workout/c2import/all/" class="button gray">Import all NEW</a>
<a href="/rowers/workout/c2import/all/{{ page }}" class="button gray">Import all NEW</a>
</div>
<div class="grid_10 omega">
<div class="grid_6">
<p>This imports all workouts that have not been imported to rowsandall.com.
The action may take a longer time to process, so please be patient. Click on Import in the list below to import an individual workout.
</p>
</div>
<div class="grid_2">
{% if page > 1 %}
<a class="button gray" href="/rowers/workout/c2list/{{ page|add:-1 }}">&lt</a>
{% else %}
&nbsp;
{% endif %}
</div>
<div class="grid_2 omega">
<a class="button gray" href="/rowers/workout/c2list/{{ page|add:1 }}">&gt</a>
</div>
<div class="grid_12 alpha">
<table width="70%" class="listtable">
<thead>