Put a link to the tour in the footer

So you can:
- see it again
- see it if you don’t have an account yet
This commit is contained in:
Chris Hill-Scott
2016-04-19 10:36:41 +01:00
parent b75ab7c3df
commit 2a080835aa

View File

@@ -91,8 +91,11 @@
</ul>
</div>
<div class="column-one-third">
<h2>Developers</h2>
<a href="{{ url_for('main.documentation') }}">API documentation</a>
<h2>Documentation</h2>
<ul>
<li><a href="{{ url_for('main.tour', page=1) }}">Take the tour</a></li>
<li><a href="{{ url_for('main.documentation') }}">API documentation</a></li>
</ul>
</div>
</div>
</div>