diff --git a/app/oauth/templates/oauth/authorize.html b/app/oauth/templates/oauth/authorize.html index f62e2d06..192ed0bb 100644 --- a/app/oauth/templates/oauth/authorize.html +++ b/app/oauth/templates/oauth/authorize.html @@ -32,7 +32,14 @@ {% endblock %} {% block default_content %} +
+ {% if not client.approved %} +
+ {{ client.name }} is in Test Mode. +
+ {% endif %} +
{% if client_user %}