summaryrefslogtreecommitdiff
path: root/urls.py
diff options
context:
space:
mode:
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'),