diff --git a/templates/accounts/login.html b/templates/accounts/login.html index 1a57a648..e7b2d302 100644 --- a/templates/accounts/login.html +++ b/templates/accounts/login.html @@ -1,6 +1,8 @@ {% extends "base.html" %} {% load compress hc_extras static %} +{% block title %}Sign In - {% site_name %}{% endblock %} + {% block content %}
Your requests to {% site_name %} REST API must authenticate using an API key. By default, an user account on {% site_name %} doesn't have -an API key. You can create one in the Settings page. +an API key. You can create one in the +{% if request.user.is_authenticated %} +Account Settings +{% else %}Account Settings{% endif %} page.
The client can authenticate itself by sending an appropriate HTTP