Private
Public Access
1
0

not yet working fully

This commit is contained in:
Sander Roosendaal
2018-11-26 14:09:25 +01:00
parent feae4d8413
commit 252e343d2a
6 changed files with 72 additions and 5 deletions

View File

@@ -41,6 +41,17 @@ $('#id_workouttype').change();
{% block main %}
<p>
{% if workout|previousworkout:rower.user %}
<a href="/rowers/workout/{{ workout|previousworkout:rower.user }}/edit"
title="Jump to preceding workout"><em>Previous</em></a>&nbsp;
{% endif %}
{% if workout|nextworkout:rower.user %}
<a href="/rowers/workout/{{ workout|nextworkout:rower.user }}/edit"
title="Jump to following workout"><em>Next</em></a>
{% endif %}
</p>
<h1>Edit Workout {{ workout.name }}</h1>
<ul class="main-content">
<li class="grid_4">