Merge pull request #627 from GSA/609-remove-create-account-link

Removing the link to create an account
This commit is contained in:
Tim Lowden
2023-07-18 11:23:24 -04:00
committed by GitHub
2 changed files with 8 additions and 6 deletions

View File

@@ -28,10 +28,11 @@
{% endif %}
{% else %}
<h1 class="font-body-2xl margin-bottom-3">Sign in</h1>
<p>
<!-- Removing temporarily for pilot -->
<!-- <p>
If you do not have an account, you can
<a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.register') }}">create one now</a>.
</p>
</p> -->
{% endif %}
{% call form_wrapper(autocomplete=True) %}