passing tests
This commit is contained in:
@@ -29,11 +29,11 @@
|
||||
<p>
|
||||
<span>
|
||||
{% 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>
|
||||
</a>
|
||||
{% 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>
|
||||
</a>
|
||||
</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