Add button to chrono details

This commit is contained in:
Gregory Trullemans 2022-10-21 09:07:41 +02:00
parent 80c3f10662
commit 80bf1ba2d3
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@
<td class="text-right"><b>{{ chrono.score }}</b></td>
</tr>
</table>
<a href="{% url 'chrono_list_for_gymnast' chrono.gymnast.id %}">
<button type="submit" value="add" class="btn btn-icon btn-warning mr-2">
<i class="fal fa-stopwatch"></i>
</button>
</a>
</div>
<div class="col-md-8 offset-md-1 alert {% if request.session.template == 0 %}skill-info{% else %}alert-secondary{% endif %} mr-0 pb-0 pl-1 pr-1">
<canvas id="chartjs_chrono_details" class="chartjs" width="800" height="400"></canvas>