From 6eb57e71749b5e312c134889993cf638c195a7cd Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Mon, 14 Oct 2019 14:47:23 +0100 Subject: Wiki: Remove Django messages from Wiki templates We've already got this handled in the main base template for the site. --- pydis_site/templates/wiki/includes/messages.html | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'pydis_site/templates/wiki/includes/messages.html') diff --git a/pydis_site/templates/wiki/includes/messages.html b/pydis_site/templates/wiki/includes/messages.html index cdf58d87..e69de29b 100644 --- a/pydis_site/templates/wiki/includes/messages.html +++ b/pydis_site/templates/wiki/includes/messages.html @@ -1,11 +0,0 @@ -{% if messages %} - - {% for message in messages %} -
-
- {{ message }} -
-
- - {% endfor %} -{% endif %} -- cgit v1.2.3