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 %}
diff --git a/templates/base.html b/templates/base.html index d2818b30..08563b57 100644 --- a/templates/base.html +++ b/templates/base.html @@ -143,7 +143,7 @@ {% elif page != "login" %} {% endif %}
diff --git a/templates/front/docs_api.html b/templates/front/docs_api.html index 5e4cdf8b..36a61799 100644 --- a/templates/front/docs_api.html +++ b/templates/front/docs_api.html @@ -51,7 +51,10 @@

Authentication

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