mirror of
https://github.com/LukeHagar/pypistats.org.git
synced 2025-12-06 04:21:09 +00:00
'Log in' is the verb form
This commit is contained in:
@@ -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 %}
|
||||||
Reference in New Issue
Block a user