From 7397be98a5e01e7fa2b9894147f9811f203bd07b Mon Sep 17 00:00:00 2001 From: PCoder Date: Thu, 26 Dec 2019 20:40:50 +0530 Subject: [PATCH] Remove message tags printed mistakenly --- hosting/templates/hosting/includes/_messages.html | 1 - 1 file changed, 1 deletion(-) diff --git a/hosting/templates/hosting/includes/_messages.html b/hosting/templates/hosting/includes/_messages.html index b5f78b98..a32ce177 100644 --- a/hosting/templates/hosting/includes/_messages.html +++ b/hosting/templates/hosting/includes/_messages.html @@ -5,7 +5,6 @@

{{ message|safe }}

{% elif message.tags %}
{{ message|safe }}
- {{message.tags}} {% endif %} {% endfor %}