Merge pull request #1452 from alphagov/features-to-register

Link to create account page from features page
This commit is contained in:
Chris Hill-Scott
2017-08-31 11:42:00 +01:00
committed by GitHub

View File

@@ -18,7 +18,7 @@
<div class="panel panel-border-wide">
<p>
You can <a href="{{ url_for('main.index') }}">create yourself a trial account now</a> to see all
You can <a href="{{ url_for('main.register') }}">create yourself a trial account now</a> to see all
of these features in action.
</p>
</div>