diff --git a/mpicms/templates/wagtailadmin/home.html b/mpicms/templates/wagtailadmin/home.html new file mode 100644 index 0000000..9e6e87d --- /dev/null +++ b/mpicms/templates/wagtailadmin/home.html @@ -0,0 +1,5 @@ +{% extends "wagtailadmin/home.html" %} + +{% load i18n %} + +{% block branding_welcome %}{% trans "Welcome to the Intranet CMS" %}{% endblock %} \ No newline at end of file diff --git a/mpicms/templates/wagtailadmin/login.html b/mpicms/templates/wagtailadmin/login.html new file mode 100644 index 0000000..5d327db --- /dev/null +++ b/mpicms/templates/wagtailadmin/login.html @@ -0,0 +1,6 @@ +{% extends "wagtailadmin/login.html" %} + + +{% load i18n %} + +{% block branding_login %}{% trans "Login to the Intranet" %}{% endblock %} \ No newline at end of file