passing tests
This commit is contained in:
@@ -29,11 +29,11 @@
|
|||||||
<p>
|
<p>
|
||||||
<span>
|
<span>
|
||||||
{% if page > 1 %}
|
{% if page > 1 %}
|
||||||
<a title="Previous" href="/rowers/workout/c2list/{{ page|add:-1 }}">
|
<a title="Previous" href="/rowers/workout/c2import/{{ page|add:-1 }}">
|
||||||
<i class="fas fa-arrow-alt-left"></i>
|
<i class="fas fa-arrow-alt-left"></i>
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a title="Next" href="/rowers/workout/c2list/{{ page|add:1 }}">
|
<a title="Next" href="/rowers/workout/c2import/{{ page|add:1 }}">
|
||||||
<i class="fas fa-arrow-alt-right"></i>
|
<i class="fas fa-arrow-alt-right"></i>
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
BIN
rowers/tests/testdata/testdata.tcx.gz
vendored
BIN
rowers/tests/testdata/testdata.tcx.gz
vendored
Binary file not shown.
Reference in New Issue
Block a user