Link to create account page from features page

Doesn’t make sense to make people click through the product
page in order to get to the create account page.

Thanks Paola.
This commit is contained in:
Chris Hill-Scott
2017-08-29 09:58:18 +01:00
committed by GitHub
parent a75567ba50
commit 15aa17250a

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>