From 857d11b02b0b20757a1e81cbf87db78fbdfa35d4 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Wed, 20 Nov 2019 22:52:05 +0100 Subject: [PATCH] Remove chat-bubble for response notes. --- drakul/raids/templates/raids/raid_detail.html | 1 - 1 file changed, 1 deletion(-) diff --git a/drakul/raids/templates/raids/raid_detail.html b/drakul/raids/templates/raids/raid_detail.html index 62d8c32..de42f0d 100644 --- a/drakul/raids/templates/raids/raid_detail.html +++ b/drakul/raids/templates/raids/raid_detail.html @@ -47,7 +47,6 @@ {% for response in class_responses %} {{ response.character.name }} - {% if response.note is not None %}🗩{% endif %} {% endfor %}