mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 02:42:26 -05:00
Merge pull request #389 from alphagov/fix-broken-links-tour
Fix broken links on tour pages
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
<p>
|
<p>
|
||||||
We can remove these restrictions when you’re ready.
|
We can remove these restrictions when you’re ready.
|
||||||
</p>
|
</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
|
Next
|
||||||
</a>
|
</a>
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
>
|
>
|
||||||
</picture>
|
</picture>
|
||||||
</p>
|
</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
|
Next
|
||||||
</a>
|
</a>
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
<p>
|
<p>
|
||||||
Developers, you can add data automatically using an API
|
Developers, you can add data automatically using an API
|
||||||
</p>
|
</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
|
Next
|
||||||
</a>
|
</a>
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<p>
|
<p>
|
||||||
Notify merges your data with the template and sends the messages
|
Notify merges your data with the template and sends the messages
|
||||||
</p>
|
</p>
|
||||||
<a href="{{ url_for('.service_dashboard', service_id=service_id) }}">
|
<a href="{{ url_for('.service_dashboard', service_id=current_service.id) }}">
|
||||||
Next
|
Next
|
||||||
</a>
|
</a>
|
||||||
<picture class="banner-tour-image-flush-bottom">
|
<picture class="banner-tour-image-flush-bottom">
|
||||||
|
|||||||
Reference in New Issue
Block a user