Remove ‘to your account’ from the sign in link

It’s getting a bit long now it’s not the only link; we say just ‘sign
in’ elsewhere.
This commit is contained in:
Chris Hill-Scott
2016-11-28 14:53:42 +00:00
parent 6072ec1e19
commit 16226c9975

View File

@@ -58,7 +58,7 @@
</li>
{% else %}
<li>
<a href="{{ url_for('main.sign_in' )}}">Sign in to your account</a>
<a href="{{ url_for('main.sign_in' )}}">Sign in</a>
</li>
{% endif %}
</ul>