summaryrefslogtreecommitdiff
path: root/urls.py
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-01-29 21:37:36 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-01-29 21:37:36 -0500
commita28adde10d1e2d09e85ede3ce7b02db92ffa3af9 (patch)
treea852650bb3d3a82c96ccbbeb8827a1809286b9af /urls.py
parent43b1b48d0265b03b2a8ce20e2d2df39d5197b9ee (diff)
remove the /https/ page, now that we use generally accepted LE certs.
Diffstat (limited to 'urls.py')
-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'),