Radio buttons and list edits

This commit is contained in:
Jonathan Bobel
2023-08-25 15:31:44 -04:00
parent 8b3807da3c
commit 8ab550a22f
35 changed files with 2430 additions and 14966 deletions

View File

@@ -3,7 +3,7 @@
{% block maincolumn_content %}
<div class="grid-row">
<div class="grid-col-8">
<h1>Youre not authorised to see this page</h1>
<h1>Youre not authorized to see this page</h1>
<p class="usa-body"><a class="usa-link" href="{{ url_for('main.sign_in' )}}">Sign in</a> to Notify.gov and try again.</p>
</div>
{% endblock %}