diff options
| author | Ryan Lerch <rlerch@redhat.com> | 2017-03-03 09:55:44 +1000 |
|---|---|---|
| committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2017-03-03 01:05:28 +0000 |
| commit | 7f1126ff628f20182a24771e1e75a1b5910e8b1d (patch) | |
| tree | bae07d53b62b90e03a642ee23d6e76f9ff0dedb0 /roles/ipsilon | |
| parent | bc106c673fc0e46d04c2f346aab6d2ab9c54f100 (diff) | |
| download | ansible-7f1126ff628f20182a24771e1e75a1b5910e8b1d.tar.gz ansible-7f1126ff628f20182a24771e1e75a1b5910e8b1d.tar.xz ansible-7f1126ff628f20182a24771e1e75a1b5910e8b1d.zip | |
change layout.html to master-user.html
Diffstat (limited to 'roles/ipsilon')
| -rw-r--r-- | roles/ipsilon/files/templates/index.html | 2 | ||||
| -rw-r--r-- | roles/ipsilon/files/templates/internalerror.html | 2 | ||||
| -rw-r--r-- | roles/ipsilon/files/templates/master-user.html (renamed from roles/ipsilon/files/templates/layout.html) | 0 | ||||
| -rw-r--r-- | roles/ipsilon/files/templates/notfound.html | 2 | ||||
| -rw-r--r-- | roles/ipsilon/files/templates/unauthorized.html | 2 |
5 files changed, 4 insertions, 4 deletions
diff --git a/roles/ipsilon/files/templates/index.html b/roles/ipsilon/files/templates/index.html index d217b7a6c..8a806143d 100644 --- a/roles/ipsilon/files/templates/index.html +++ b/roles/ipsilon/files/templates/index.html @@ -1,4 +1,4 @@ -{% extends "layout.html" %} +{% extends "master-user.html" %} {% block toptext %} This is the Federated Open Authentication provider homepage. {% endblock %} diff --git a/roles/ipsilon/files/templates/internalerror.html b/roles/ipsilon/files/templates/internalerror.html index 055e90306..6979f1796 100644 --- a/roles/ipsilon/files/templates/internalerror.html +++ b/roles/ipsilon/files/templates/internalerror.html @@ -1,4 +1,4 @@ -{% extends "layout.html" %} +{% extends "master-user.html" %} {% block toptext %} 500 - Internal Server Error {% endblock %} diff --git a/roles/ipsilon/files/templates/layout.html b/roles/ipsilon/files/templates/master-user.html index 11ae985ee..11ae985ee 100644 --- a/roles/ipsilon/files/templates/layout.html +++ b/roles/ipsilon/files/templates/master-user.html diff --git a/roles/ipsilon/files/templates/notfound.html b/roles/ipsilon/files/templates/notfound.html index 38203cb0e..b853c9558 100644 --- a/roles/ipsilon/files/templates/notfound.html +++ b/roles/ipsilon/files/templates/notfound.html @@ -1,4 +1,4 @@ -{% extends "layout.html" %} +{% extends "master-user.html" %} {% block toptext %} 404 - Not Found {% endblock %} diff --git a/roles/ipsilon/files/templates/unauthorized.html b/roles/ipsilon/files/templates/unauthorized.html index 97626914d..0de3ebfaf 100644 --- a/roles/ipsilon/files/templates/unauthorized.html +++ b/roles/ipsilon/files/templates/unauthorized.html @@ -1,4 +1,4 @@ -{% extends "layout.html" %} +{% extends "master-user.html" %} {% block maintitle %} 401 - Unauthorized {% endblock %} |
