Private
Public Access
1
0

passing tests

This commit is contained in:
Sander Roosendaal
2023-02-18 14:52:26 +01:00
parent 04d850aa97
commit 3373081b42
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

Binary file not shown.