Update routine details

This commit is contained in:
Gregory Trullemans 2024-02-20 13:53:59 +01:00
parent 8cd1d83f5e
commit 75599d32c5
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@
<div class="col-3 text-center">Age Boy : <a href="#">{{ routine.age_boy_masterised }}</a></div>
<div class="col-3 text-center">Age Girl : <a href="#">{{ routine.age_girl_masterised }}</a></div>
</div>
<div class="row">
<div class="col-6 text-center">Routine : <a href="#">{{ routine.is_routine }}</a></div>
<div class="col-6 text-center">Competition : <a href="#">{{ routine.is_competitive }}</a></div>
</div>
{% else %}
<p>No skill defined for this routine.</p>
{% endif %}