WIP: First attempt at adding a testing doc to the links in the footer.

This may result in changing the developer document section completely.
This commit is contained in:
Rebecca Law
2017-01-27 17:32:20 +00:00
parent 10883176e0
commit dc9524f01e
4 changed files with 83 additions and 1 deletions

View File

@@ -110,6 +110,7 @@
] %}
<li><a href="{{ url }}" target="_blank" rel="noopener noreferrer">{{ language }} client</a></li>
{% endfor %}
<li><a href="{{ url_for("main.integration_testing") }}">Integration testing</a></li>
</ul>
</div>
</div>