diff --git a/training/templates/trainee_detail.html b/training/templates/trainee_detail.html index a6ffd128..af4abdd1 100644 --- a/training/templates/trainee_detail.html +++ b/training/templates/trainee_detail.html @@ -1,31 +1,29 @@ {% extends 'base_training.html' %} {% load static %} -{% load user_has_qualification from tags %} {% load percentage_complete from tags %} -{% load user_level_if_present from tags %} -{% load colour_from_depth from tags %} +{% load markdown_tags %} {% block css %} - + {% endblock %} {% block preload_js %} - + {% endblock %} {% block js %} - - - + + + {% endblock %} {% block content %} @@ -51,64 +49,39 @@
{{ level.description|truncatewords:30 }}
-