Files @ 09a4b021c1f5
Branch filter:

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

Bradley M. Kuhn
Repair menu highlighting, both for main menu and submenus

During the recent improvements made on the website, the menus and
submenu highlighting for selected menus fell into disarray.
Correction requires changes to the CSS and templates both, because
Django doesn't really have a convenient way to set variables in
templates to use to solve this.

There are still a few submenu items highlighting not working even
after this commit. More work needs to be done.
{% 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 %}