aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/wiki/includes
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-04-18 17:55:21 +0100
committerGravatar Gareth Coles <[email protected]>2019-04-18 17:55:21 +0100
commitfab16f5da7bac8bf781e0d86076e9ef484e4047d (patch)
tree8c8c89cb9104337a6e6533471fa55ee4884364ab /pydis_site/templates/wiki/includes
parentArticle deleted/Deleted list pages (diff)
Source page
Diffstat (limited to 'pydis_site/templates/wiki/includes')
-rw-r--r--pydis_site/templates/wiki/includes/anonymous_blocked.html13
1 files changed, 0 insertions, 13 deletions
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 %}
-
-<em>
-{% url 'wiki:signup' as signup_url %}
-{% url 'wiki:login' as login_url %}
-{% if login_url and signup_url %}
- {% blocktrans trimmed %}
- You need to <a href="{{ login_url }}">log in</a> or <a href="{{ signup_url }}">sign up</a> to use this function.
- {% endblocktrans %}
-{% else %}
- {% trans "You need to log in or sign up to use this function." %}
-{% endif %}
-</em>