policies: Fix typo in current travel policy.

This commit is contained in:
Brett Smith 2018-05-04 16:05:58 -04:00
parent 637ca012b7
commit 49cc681b25
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{% 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 content %}

View file

@ -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>
<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>
<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>