mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user