Files @ 70b8aa07aee4
Branch filter:

Location: website/conservancy/static/coming-soon.html

bsturmfels
Simplify settings and move some standard settings into settings.py

These were previously in djangocommonsettings.py, but don't ever vary between
development and production environments.
{% 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 %}