diff --git a/cfgov/templates/wagtailadmin/login.html b/cfgov/templates/wagtailadmin/login.html index b89f781e7bc..7e59696ec6b 100644 --- a/cfgov/templates/wagtailadmin/login.html +++ b/cfgov/templates/wagtailadmin/login.html @@ -17,7 +17,11 @@ {% endif %} -

Log in to consumerfinance.gov

+ {% if 'build' in request.site.hostname %} +

Log in to demo Wagtail

+ {% else %} +

Log in to consumerfinance.gov

+ {% endif %}
{% csrf_token %} diff --git a/cfgov/templates/welcome.html b/cfgov/templates/welcome.html index cce7a3cba32..6c8e54939d7 100644 --- a/cfgov/templates/welcome.html +++ b/cfgov/templates/welcome.html @@ -3,14 +3,42 @@ {% block furniture %}
+

{% trans 'Welcome' %}
- You've logged in to the consumerfinance.gov editorial tools. + {% if 'build' in request.site.hostname %} + You've logged in to the demo Wagtail. + {% else %} + You've logged in to the consumerfinance.gov editorial tools. + {% endif %}

-

Continue on to...

+ +

Choose which admin interface you'd like to go to

+ + {% if 'build' in request.site.hostname %} +

Helpful links

+ + {% endif %} +
{% endblock %}