Fix broken links on tour pages

This commit is contained in:
Chris Hill-Scott
2016-04-05 13:24:57 +01:00
parent 53883fc162
commit 98ce65b825
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
<p>
We can remove these restrictions when youre ready.
</p>
<a href='{{ url_for('.tour', service_id=service_id, page=next_page) }}'>
<a href='{{ url_for('.tour', service_id=current_service.id, page=next_page) }}'>
Next
</a>
{% endcall %}