From 1085cd497c1b048272583d42e6da536dae858111 Mon Sep 17 00:00:00 2001 From: Mindiell Date: Fri, 17 Feb 2023 14:34:37 +0100 Subject: [PATCH] fix: Add talk status on speaker page. Closes #14 --- cfp/templates/cfp/staff/participant_details.html | 1 + 1 file changed, 1 insertion(+) diff --git a/cfp/templates/cfp/staff/participant_details.html b/cfp/templates/cfp/staff/participant_details.html index 4173bcc..ed43223 100644 --- a/cfp/templates/cfp/staff/participant_details.html +++ b/cfp/templates/cfp/staff/participant_details.html @@ -56,6 +56,7 @@ {% trans "in" %} {{ talk.track }} {% endif %} + {{ talk.get_status_str }} {% endfor %}