Merge pull request #389 from alphagov/fix-broken-links-tour

Fix broken links on tour pages
This commit is contained in:
Chris Hill-Scott
2016-04-05 13:30:47 +01:00
4 changed files with 4 additions and 4 deletions

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 %}

View File

@@ -29,7 +29,7 @@
>
</picture>
</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 %}

View File

@@ -32,7 +32,7 @@
<p>
Developers, you can add data automatically using an API
</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 %}

View File

@@ -14,7 +14,7 @@
<p>
Notify merges your data with the template and sends the messages
</p>
<a href="{{ url_for('.service_dashboard', service_id=service_id) }}">
<a href="{{ url_for('.service_dashboard', service_id=current_service.id) }}">
Next
</a>
<picture class="banner-tour-image-flush-bottom">