civictechdc / ancfinder

A website about DC's Advisory Neighborhood Commission system.
http://ancfinder.org/
Creative Commons Zero v1.0 Universal
43 stars 36 forks source link

Add 200 warning as the site will be source of data for locals #161

Open KirosG opened 6 years ago

KirosG commented 6 years ago

Add LetsEncrypt refreshing to docker-compose

{% extends "master.html" %}

{% block master_title %}200 - Washington, District of Columbia - ANC Finder{% endblock %}

{% block head %}{% endblock %}

{% block master_body %}

<div id="masthead">
    <div class="container">
        <div class="row" style="text-align: center">
            <h1 style="font-size: 36px">404</h1>
        </div>
    </div><!-- /container -->
</div><!-- /masthead -->

you have reached the maximum request. Please try again later.

{% endblock %}