Update app/templates/views/roadmap.html

Co-authored-by: Ben Thorner <benthorner@users.noreply.github.com>
This commit is contained in:
karlchillmaid
2021-11-30 12:22:22 +00:00
committed by GitHub
parent 0c7c7d16de
commit 3c4dc1ef46

View File

@@ -20,7 +20,7 @@
<ul class="list list-bullet">
<li>Meet our targets for <a class="govuk-link govuk-link--no-visited-state" href="{{url_for('.accessibility-statement')}}">accessibility</a></li>
<li>Meet our targets for <a class="govuk-link govuk-link--no-visited-state" href="{{url_for('.accessibility_statement')}}">accessibility</a></li>
<li>Explore how we can make it easier for new teams to <a class="govuk-link govuk-link--no-visited-state" href="{{url_for('.get-started')}}">start using Notify</a></li>
<li>Explore ways to improve the quarterly <a class="govuk-link govuk-link--no-visited-state" href="{{url_for('.how-to-pay')}}">billing and invoicing</a> process</li>
<li>Design a way for services to upload their own logo and <a class="govuk-link govuk-link--no-visited-state" href="{{url_for('.branding-and-customisation')}}">branding for emails and letters</a></li>