From 999387ebd10967eaa3f428f6f614d798a048848d 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 4173bcc..e1ac111 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 %}