Private
Public Access
1
0

bug fixes and initial improvements

This commit is contained in:
Sander Roosendaal
2018-10-17 07:44:20 +02:00
parent 54baa12210
commit 2fc13dc71a
12 changed files with 90 additions and 85 deletions

View File

@@ -19,11 +19,11 @@
<p>
<span>
{% if page > 1 %}
<a class="wh" title="Previous" href="/rowers/workout/c2list/{{ page|add:-1 }}">
<a title="Previous" href="/rowers/workout/c2list/{{ page|add:-1 }}">
<i class="fas fa-arrow-alt-left"></i>
</a>
{% endif %}
<a class="wh" title="Next" href="/rowers/workout/c2list/{{ page|add:1 }}">
<a title="Next" href="/rowers/workout/c2list/{{ page|add:1 }}">
<i class="fas fa-arrow-alt-right"></i>
</a>
</span>