From 503b0bd8cf59c0a813a9787f2a72af14e9aac8f3 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Mon, 4 Oct 2010 09:36:07 -0400 Subject: [PATCH] Fix of placement of submenu category block. --- www/conservancy/static/about/staff/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/conservancy/static/about/staff/index.html b/www/conservancy/static/about/staff/index.html index 452b5215..d09837a5 100644 --- a/www/conservancy/static/about/staff/index.html +++ b/www/conservancy/static/about/staff/index.html @@ -1,8 +1,8 @@ {% extends "base_about.html" %} {% block subtitle %}Staff - {% endblock %} +{% block submenuselection %}Staff{% endblock %} {% block content %} - -

{% block submenuselection %}Staff{% endblock %}

+

Staff

Conservancy is currently supported without paid staff.

{% endblock %}