mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-27 09:29:22 -04:00
Update bullets to use default user organisation
This commit is contained in:
committed by
Pea Tyczynska
parent
e15c670585
commit
18435d3455
@@ -18,10 +18,11 @@
|
||||
|
||||
<p class="govuk-body">Your service name should tell users what the message is about as well as who it’s from. For example:</p>
|
||||
<ul class="list-bullet">
|
||||
<li>School admissions - Brighton & Hove City Council</li>
|
||||
<li>Electoral services - London Borough of Bromley</li>
|
||||
<li>Blue Badge - Redcar & Cleveland Borough Council</li>
|
||||
<li>School admissions - {{ current_user.default_organisation.name }}</li>
|
||||
<li>Electoral services - {{ current_user.default_organisation.name }}</li>
|
||||
<li>Blue Badge - {{ current_user.default_organisation.name }}</li>
|
||||
</ul>
|
||||
|
||||
<p class="govuk-body">You should only use an acronym if your users are already familiar with it.</p>
|
||||
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user