Remove unused /coming-soon.html page

This commit is contained in:
Ben Sturmfels 2024-03-20 16:45:49 +11:00
parent 661603c3be
commit 6179988005
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0
2 changed files with 0 additions and 11 deletions

View file

@ -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 %}

View file

@ -51,7 +51,6 @@ urlpatterns = [
re_path(r'^overview/', static_views.index),
re_path(r'^privacy-policy/', static_views.index),
path('sustainer/', include('conservancy.supporter.urls')),
re_path(r'^coming-soon.html', static_views.index),
path('fundraiser_data/', fundgoal_views.view),
path('assignment/', include('conservancy.assignment.urls')),
path('fossy/', static_views.index),