summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-01-29 21:37:36 -0500
committerLuke Shumaker <lukeshu@parabola.nu>2019-03-10 01:08:41 -0500
commit231f348c1272fef40df7405c0a6bf28670c4ba5c (patch)
tree6108ac80a4fe2cdeb264184708d7c9c12d8606f2
parent56a6eb2e3b9beb45fe6d4ff2cdbae55e7758630b (diff)
remove the /https/ page, now that we use generally accepted LE certs.
-rw-r--r--urls.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/urls.py b/urls.py
index 2036c577..4eaf8d3a 100644
--- a/urls.py
+++ b/urls.py
@@ -30,8 +30,6 @@ urlpatterns += patterns('public.views',
{}, 'page-about'),
(r'^art/$', RedirectView.as_view(url='https://projects.parabola.nu/artwork.git/'),
{}, 'page-art'),
- (r'^https/$', TemplateView.as_view(template_name='public/https.html'),
- {}, 'page-https'),
(r'^donate/$', RedirectView.as_view(url='https://wiki.parabola.nu/Donations'),
{}, 'page-donate'),
(r'^download/$', RedirectView.as_view(url='https://wiki.parabola.nu/Get_Parabola'),