Merge pull request #1767 from alphagov/styleguide-l

Simplified to links to guidance in the service manual
This commit is contained in:
Chris Hill-Scott
2018-01-15 14:23:04 +00:00
committed by GitHub
2 changed files with 3 additions and 7 deletions

View File

@@ -23,12 +23,8 @@
specified your reply to email address or text message sender in your specified your reply to email address or text message sender in your
<a href="{{ url_for('main.service_settings', service_id=current_service.id) }}">settings</a> page</li> <a href="{{ url_for('main.service_settings', service_id=current_service.id) }}">settings</a> page</li>
<li> <li>
added the templates you want to start with, making sure they follow our added the templates you want to start with, making sure they follow the GOV.UK Service Manual standards for
<a href="https://www.gov.uk/service-manual/design/using-adapting-and-creating-patterns" rel="external">design patterns</a>, <a href="https://www.gov.uk/service-manual/design/sending-emails-and-text-messages">writing text messages and emails</a></li>
<a href="https://www.gov.uk/guidance/style-guide" rel="external">style guide</a>
and
<a href="https://www.gov.uk/service-manual/technology/securing-your-information" rel="external">information security guidelines</a>
</li>
</ul> </ul>
<form method="post"> <form method="post">

View File

@@ -39,7 +39,7 @@ Terms of use
<li>get the right levels of consent (to send messages and to use data)</li> <li>get the right levels of consent (to send messages and to use data)</li>
<li>not send unsolicited messages, only ones related to a transaction or something the user has subscribed to be updated about (<a href="https://www.gov.uk/service-manual/design/sending-emails-and-text-messages">check the Service Manual</a> if youre not sure)</li> <li>not send unsolicited messages, only ones related to a transaction or something the user has subscribed to be updated about (<a href="https://www.gov.uk/service-manual/design/sending-emails-and-text-messages">check the Service Manual</a> if youre not sure)</li>
<li> <li>
send messages that meet the GOV.UK <a href="https://www.gov.uk/service-manual/design/using-adapting-and-creating-patterns">design patterns</a>, <a href="https://www.gov.uk/guidance/style-guide">style guide</a> and <a href="https://www.gov.uk/service-manual/technology/securing-your-information">information security guidelines</a></li> send messages that meet the GOV.UK Service Manual standards for <a href="https://www.gov.uk/service-manual/design/sending-emails-and-text-messages">writing text messages and emails</a></li>
<li>not send messages containing any personally or commercially sensitive information</li> <li>not send messages containing any personally or commercially sensitive information</li>
<li>check that the data you add to Notify is accurate and complies with Data Protection Act principles</li> <li>check that the data you add to Notify is accurate and complies with Data Protection Act principles</li>
</ul> </ul>