'Log in' is the verb form

This commit is contained in:
Hugo
2018-11-02 11:17:14 +02:00
parent 75598eb17b
commit 5f8ceceaff

View File

@@ -23,9 +23,9 @@
{% else %} {% else %}
<h1>My Packages</h1> <h1>My Packages</h1>
<hr> <hr>
<p>Login with GitHub OAuth to track your own set of packages.</p> <p>Log in with GitHub OAuth to track your own set of packages.</p>
<p> <p>
<a href="{{ url_for('user.login') }}">Login</a> <a href="{{ url_for('user.login') }}">Log in</a>
</p> </p>
{% endif %} {% endif %}
{% endblock %} {% endblock %}