Fix of placement of submenu category block.
This commit is contained in:
parent
9faa28f04f
commit
503b0bd8cf
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
{% extends "base_about.html" %}
|
||||
{% block subtitle %}Staff - {% endblock %}
|
||||
{% block submenuselection %}Staff{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<h1>{% block submenuselection %}Staff{% endblock %}</h1>
|
||||
<h1>Staff</h1>
|
||||
|
||||
<p>Conservancy is currently supported without paid staff.</p>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue