diff --git a/app/grandchallenge/workstations/templates/workstations/session_detail.html b/app/grandchallenge/workstations/templates/workstations/session_detail.html index a7842436d..d4d8f0a5c 100644 --- a/app/grandchallenge/workstations/templates/workstations/session_detail.html +++ b/app/grandchallenge/workstations/templates/workstations/session_detail.html @@ -3,7 +3,7 @@ {% load static %} {% block title %} - {{ object }} - {{ object.workstation.slug }} - {{ block.super }} + {{ object }} - {{ object.workstation_image }} - {{ block.super }} {% endblock %} {% block breadcrumbs %} diff --git a/app/grandchallenge/workstations/templates/workstations/workstation_form.html b/app/grandchallenge/workstations/templates/workstations/workstation_form.html index 613767532..755053f1e 100644 --- a/app/grandchallenge/workstations/templates/workstations/workstation_form.html +++ b/app/grandchallenge/workstations/templates/workstations/workstation_form.html @@ -2,7 +2,7 @@ {% load crispy_forms_tags %} {% block title %} - {{ object|yesno:"Update,Create" }} -{% if object %} {{ object.title }} -{% endif %} {{ block.super }} + {{ object|yesno:"Update,Create Viewer" }} {% if object %} - {{ object.title }} {% else %} - Viewers {% endif %} - {{ block.super }} {% endblock %} {% block breadcrumbs %} @@ -14,7 +14,7 @@ href="{{ object.get_absolute_url }}">{{ object.title }} {% endif %} + aria-current="page">{{ object|yesno:"Update,Create Viewer" }} {% endblock %} diff --git a/app/grandchallenge/workstations/templates/workstations/workstation_user_groups_form.html b/app/grandchallenge/workstations/templates/workstations/workstation_user_groups_form.html index 498f2137f..e05c41fe2 100644 --- a/app/grandchallenge/workstations/templates/workstations/workstation_user_groups_form.html +++ b/app/grandchallenge/workstations/templates/workstations/workstation_user_groups_form.html @@ -2,13 +2,13 @@ {% load url %} {% block title %} - Add user - {{ object.title }} - {{ block.super }} + Add User - {{ object.title }} - {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %}