Skip to content

Commit

Permalink
Change login message
Browse files Browse the repository at this point in the history
  • Loading branch information
Merlin Buczek committed Jun 13, 2019
1 parent 6a3ba5b commit a8456c4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mpicms/templates/wagtailadmin/home.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{% extends "wagtailadmin/home.html" %}

{% load i18n %}

{% block branding_welcome %}{% trans "Welcome to the Intranet CMS" %}{% endblock %}
6 changes: 6 additions & 0 deletions mpicms/templates/wagtailadmin/login.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{% extends "wagtailadmin/login.html" %}


{% load i18n %}

{% block branding_login %}{% trans "Login to the Intranet" %}{% endblock %}

0 comments on commit a8456c4

Please sign in to comment.