Skip to content

Commit

Permalink
User Access Log In/Out Disclaimer (#3125)
Browse files Browse the repository at this point in the history
* Title and copy update, linting.

* "Users must log in/out" disclaimer

* "USers must log in/out" disclaimer
  • Loading branch information
jperson1 authored Jan 4, 2024
1 parent 396c8a4 commit a1c2845
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,36 @@ <h1 id="role-management">Change {{ friendly_role }}</h1>
<p class="font-sans-md">
There may only be one {{ friendly_role }} per single audit submission. By submitting a new official, you will be removing the current official listed below.
</p>
<p class="font-sans-md">
For the changes to take effect, users must log out and log back in to their account.
</p>
<p>
<strong>Name: </strong>{{ certifier_name }}
</p>
<p>
<strong>Email:</strong>{{ email }}
<strong>Email: </strong>{{ email }}
</p>
{% else %}
<h1 id="role-management">Add Audit Editor</h1>
<p class="font-sans-md">
Enter the name and email address of the new Audit Editor. Audit Editors may make changes to the single audit submission, as well as manage the roles of other users.
</p>
<p class="font-sans-md">
For the changes to take effect, users must log out and log back in to their account.
</p>
{% endif %}

<hr />

{% if errors %}
<ul>
{% for error in errors %}<li class="usa-error-message">{{ error }}</li>{% endfor %}
</ul>
{% endif %}

<label class="usa-label" for="fullname">New name:</label>
<input class="usa-input" id="name" name="fullname" placeholder="[name]" />

<label class="usa-label" for="email">New email address:</label>
<input class="usa-input"
id="email"
Expand Down

0 comments on commit a1c2845

Please sign in to comment.