diff --git a/RIGS/templates/risk_assessment_form.html b/RIGS/templates/risk_assessment_form.html index 54b43bef..6e8171d9 100644 --- a/RIGS/templates/risk_assessment_form.html +++ b/RIGS/templates/risk_assessment_form.html @@ -5,17 +5,14 @@ {% load nice_errors from filters %} {% block css %} - {{ block.super }} {% endblock %} {% block preload_js %} - {{ block.super }} {% endblock %} {% block js %} - {{ block.super }} diff --git a/training/templates/edit_training_record.html b/training/templates/edit_training_record.html index e10132f5..60d74980 100644 --- a/training/templates/edit_training_record.html +++ b/training/templates/edit_training_record.html @@ -5,17 +5,14 @@ {% load button from filters %} {% block css %} - {{ block.super }} {% endblock %} {% block preload_js %} - {{ block.super }} {% endblock %} {% block js %} - {{ block.super }} {% endblock %} @@ -35,9 +32,15 @@ {% render_field form.depth|add_class:'form-control custom-select col-sm-4' %}
+ {% if external %} + + + {% else %} + {% endif %}
diff --git a/training/templates/trainee_detail.html b/training/templates/trainee_detail.html index 7c051928..9a3e2459 100644 --- a/training/templates/trainee_detail.html +++ b/training/templates/trainee_detail.html @@ -6,10 +6,20 @@ {% load user_level_if_present from tags %} {% load colour_from_depth from tags %} +{% block css %} + +{% endblock %} + +{% block preload_js %} + +{% endblock %} + {% block js %} + +