diff --git a/app/grandchallenge/hanging_protocols/templates/hanging_protocols/hangingprotocol_form.html b/app/grandchallenge/hanging_protocols/templates/hanging_protocols/hangingprotocol_form.html index 1eae471d2..c2dba06ce 100644 --- a/app/grandchallenge/hanging_protocols/templates/hanging_protocols/hangingprotocol_form.html +++ b/app/grandchallenge/hanging_protocols/templates/hanging_protocols/hangingprotocol_form.html @@ -4,7 +4,7 @@ {% load static %} {% block title %} - {{ object|yesno:"Update,Create" }} -{% if object %} {{ object.title }} -{% endif %} {{ block.super }} + {{ object|yesno:"Update,Create Hanging Protocol" }} {% if object %} - {{ object.title }} {% else %} - Hanging Protocols {% endif %} - {{ block.super }} {% endblock %} {% block breadcrumbs %} @@ -15,7 +15,7 @@ href="{{ object.get_absolute_url }}">{{ object.title }} {% endif %} + aria-current="page">{{ object|yesno:"Update,Create Hanging Protocol" }} {% endblock %}