Remove unused /coming-soon.html page
This commit is contained in:
parent
661603c3be
commit
6179988005
2 changed files with 0 additions and 11 deletions
|
@ -1,10 +0,0 @@
|
||||||
{% extends "base_conservancy.html" %}
|
|
||||||
{% load humanize %}
|
|
||||||
|
|
||||||
{% block content %}
|
|
||||||
|
|
||||||
<h1>Coming Soon!</h1>
|
|
||||||
|
|
||||||
<p>A big announcement will be here soon! Check back at 12:30 US/Eastern on Tuesday 19 October 2021.</p>
|
|
||||||
|
|
||||||
{% endblock %}
|
|
|
@ -51,7 +51,6 @@ urlpatterns = [
|
||||||
re_path(r'^overview/', static_views.index),
|
re_path(r'^overview/', static_views.index),
|
||||||
re_path(r'^privacy-policy/', static_views.index),
|
re_path(r'^privacy-policy/', static_views.index),
|
||||||
path('sustainer/', include('conservancy.supporter.urls')),
|
path('sustainer/', include('conservancy.supporter.urls')),
|
||||||
re_path(r'^coming-soon.html', static_views.index),
|
|
||||||
path('fundraiser_data/', fundgoal_views.view),
|
path('fundraiser_data/', fundgoal_views.view),
|
||||||
path('assignment/', include('conservancy.assignment.urls')),
|
path('assignment/', include('conservancy.assignment.urls')),
|
||||||
path('fossy/', static_views.index),
|
path('fossy/', static_views.index),
|
||||||
|
|
Loading…
Reference in a new issue