Removing the link to create an account

This commit is contained in:
Jonathan Bobel
2023-07-10 12:43:45 -04:00
parent d424aa163d
commit 05329f0ddd
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) %}