From 3b2fa9ecaafd746a5718005d48bc5d2ae8786fea Mon Sep 17 00:00:00 2001 From: Ammar Ammar <43293485+ammar257ammar@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:06:27 +0200 Subject: [PATCH] Make consistent html titles with breadcrumbs for cases app (#3581) This is part of Task 1 under issue https://github.com/comic/grand-challenge.org/issues/3556 aiming to fix inconsistent HTML titles in GC. Each app will have a PR to make sure titles are there for all pages that have a breadcrumbs and that titles matche the breadcrumbs as described in issue https://github.com/comic/grand-challenge.org/issues/3556 --- .../cases/templates/cases/rawimageuploadsession_detail.html | 4 +++- .../cases/templates/cases/rawimageuploadsession_list.html | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/grandchallenge/cases/templates/cases/rawimageuploadsession_detail.html b/app/grandchallenge/cases/templates/cases/rawimageuploadsession_detail.html index d864036dfd..e657d3a9be 100644 --- a/app/grandchallenge/cases/templates/cases/rawimageuploadsession_detail.html +++ b/app/grandchallenge/cases/templates/cases/rawimageuploadsession_detail.html @@ -5,7 +5,9 @@ {% load pathlib %} {% load static %} -{% block title %}Upload Session {{ object.pk }} - {{ block.super }}{% endblock %} +{% block title %} + {{ object.pk }} - Uplaods - {{ block.super }} +{% endblock %} {% block breadcrumbs %}