From fab16f5da7bac8bf781e0d86076e9ef484e4047d Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Thu, 18 Apr 2019 17:55:21 +0100 Subject: Source page --- pydis_site/templates/wiki/includes/anonymous_blocked.html | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 pydis_site/templates/wiki/includes/anonymous_blocked.html (limited to 'pydis_site/templates/wiki/includes') diff --git a/pydis_site/templates/wiki/includes/anonymous_blocked.html b/pydis_site/templates/wiki/includes/anonymous_blocked.html deleted file mode 100644 index 5e1d3dac..00000000 --- a/pydis_site/templates/wiki/includes/anonymous_blocked.html +++ /dev/null @@ -1,13 +0,0 @@ -{% load i18n %} - - -{% url 'wiki:signup' as signup_url %} -{% url 'wiki:login' as login_url %} -{% if login_url and signup_url %} - {% blocktrans trimmed %} - You need to log in or sign up to use this function. - {% endblocktrans %} -{% else %} - {% trans "You need to log in or sign up to use this function." %} -{% endif %} - -- cgit v1.2.3