From 80d56f885864d0c16e0f49409d870c70193cebbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Tue, 17 Oct 2017 23:21:08 +0200 Subject: [PATCH] fix tags on talk details page --- cfp/templates/cfp/staff/talk_details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfp/templates/cfp/staff/talk_details.html b/cfp/templates/cfp/staff/talk_details.html index 8536498..c5a03d2 100644 --- a/cfp/templates/cfp/staff/talk_details.html +++ b/cfp/templates/cfp/staff/talk_details.html @@ -26,7 +26,7 @@ {% endif %}
{% trans "Tags" %}
-
{% if talk.tags.exist %}{{ talk.get_tags_html }}{% else %}{% trans "none" context "tag" %}{% endif %}
+
{% if talk.tags.exists %}{{ talk.get_tags_html }}{% else %}{% trans "none" context "tag" %}{% endif %}
{% trans "Timeslot" %}
{% if talk.start_date %}