policies: Fix typo in current travel policy.
This commit is contained in:
parent
637ca012b7
commit
49cc681b25
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{% extends "base_projects.html" %}
|
{% extends "base_projects.html" %}
|
||||||
{% block subtitle %}Travel and Reimburseable Expense Policy - {% endblock %}
|
{% block subtitle %}Travel and Reimbursable Expense Policy - {% endblock %}
|
||||||
{% block submenuselection %}Policies{% endblock %}
|
{% block submenuselection %}Policies{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<p>These are the policies that member projects follow in working with Conservancy. These pages are provided as a reference to all projects participants.</p>
|
<p>These are the policies that member projects follow in working with Conservancy. These pages are provided as a reference to all projects participants.</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="conservancy-travel-policy.html">Travel and reimburseable expense policy</a></li>
|
<li><a href="conservancy-travel-policy.html">Travel and reimbursable expense policy</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>For more background about the policies, including licensing and change requests, please refer to <a href="https://k.sfconservancy.org/policies">their source code in Git</a>.</p>
|
<p>For more background about the policies, including licensing and change requests, please refer to <a href="https://k.sfconservancy.org/policies">their source code in Git</a>.</p>
|
||||||
|
|
Loading…
Reference in a new issue