Merge pull request #737 from alphagov/create-not-register

Remove ‘register account’ language
This commit is contained in:
Chris Hill-Scott
2016-06-30 12:33:20 +01:00
committed by GitHub

View File

@@ -12,7 +12,7 @@
<div class="column-two-thirds">
<h1 class="heading-large">Sign in</h1>
<p>If you do not have an account, you can <a href="register">register for one now</a>.</p>
<p>If you do not have an account, you can <a href="register">create one now</a>.</p>
<form method="post" autocomplete="nope">
{{ textbox(form.email_address) }}