diff --git a/templates/objectives/routines/details.html b/templates/objectives/routines/details.html index 44a4f4b702..1cd0a26671 100644 --- a/templates/objectives/routines/details.html +++ b/templates/objectives/routines/details.html @@ -12,7 +12,7 @@
{% if skill_link_list %} - +
{% for link in skill_link_list %} @@ -27,10 +27,10 @@
-
Niveau : {{ routine.level }}
-
Rank : {{ routine.rank }}
-
Age Boy : {{ routine.age_boy }}
-
Age Girl : {{ routine.age_girl }}
+ + + +
{% else %}

No skill defined for this routine.

@@ -77,19 +77,12 @@ {% endblock %} \ No newline at end of file diff --git a/templates/objectives/routines/list.html b/templates/objectives/routines/list.html index c500cbeec7..389f655630 100644 --- a/templates/objectives/routines/list.html +++ b/templates/objectives/routines/list.html @@ -49,8 +49,8 @@ {{ routine.difficulty }} {{ routine.level }} {{ routine.rank }} - {{ routine.age_girl }} - {{ routine.age_boy }} + {{ routine.age_girl_masterised }} + {{ routine.age_boy_masterised }} {% endfor %}