From 016a762e8308387ca79dfab20ffca8fe066b30a4 Mon Sep 17 00:00:00 2001 From: Mindiell Date: Fri, 17 Feb 2023 15:54:57 +0100 Subject: [PATCH] fix: Added participant name on page title. Closes #12 --- cfp/templates/cfp/staff/participant_details.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cfp/templates/cfp/staff/participant_details.html b/cfp/templates/cfp/staff/participant_details.html index ed43223..c4ef34d 100644 --- a/cfp/templates/cfp/staff/participant_details.html +++ b/cfp/templates/cfp/staff/participant_details.html @@ -1,6 +1,8 @@ {% extends 'cfp/staff/base.html' %} {% load i18n %} +{% block title %}{{ participant.name }} - {{ conference.name }}{% endblock %} + {% block speakerstab %} class="active"{% endblock %} {% block content %}