summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Uiterwijk <puiterwijk@redhat.com>2017-03-06 18:34:38 +0000
committerPatrick Uiterwijk <puiterwijk@redhat.com>2017-03-06 18:34:53 +0000
commitb4a2eddb513df53f0fb04c43c74f00b647e30d66 (patch)
tree4d060a8fe8eca5a707660b8d8c2b43b5a89334b7
parent881139c854178f51c5e27719c784aa0524604b25 (diff)
downloadansible-b4a2eddb513df53f0fb04c43c74f00b647e30d66.tar.gz
ansible-b4a2eddb513df53f0fb04c43c74f00b647e30d66.tar.xz
ansible-b4a2eddb513df53f0fb04c43c74f00b647e30d66.zip
This template was renamed
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
-rw-r--r--roles/ipsilon/files/templates/login/form.html2
-rw-r--r--roles/ipsilon/files/templates/login/index.html2
-rw-r--r--roles/ipsilon/files/templates/openid/consent_form.html2
-rw-r--r--roles/ipsilon/files/templates/openid/userpage.html2
-rw-r--r--roles/ipsilon/files/templates/persona/provisioning.html2
-rw-r--r--roles/ipsilon/files/templates/persona/signin_result.html2
6 files changed, 6 insertions, 6 deletions
diff --git a/roles/ipsilon/files/templates/login/form.html b/roles/ipsilon/files/templates/login/form.html
index 119e27b84..b70842d21 100644
--- a/roles/ipsilon/files/templates/login/form.html
+++ b/roles/ipsilon/files/templates/login/form.html
@@ -1,4 +1,4 @@
-{% extends "layout.html" %}
+{% extends "master-user.html" %}
{% block title %}Login{% endblock %}
{% block toptext %}
diff --git a/roles/ipsilon/files/templates/login/index.html b/roles/ipsilon/files/templates/login/index.html
index 14ec837d8..944cb7b01 100644
--- a/roles/ipsilon/files/templates/login/index.html
+++ b/roles/ipsilon/files/templates/login/index.html
@@ -1,4 +1,4 @@
-{% extends "layout.html" %}
+{% extends "master-user.html" %}
{% block title %}Login{% endblock %}
{% block toptext %}
{{ login_target }} is asking to authenticate using Ipsilon
diff --git a/roles/ipsilon/files/templates/openid/consent_form.html b/roles/ipsilon/files/templates/openid/consent_form.html
index 4f3b26f5e..eb77ee911 100644
--- a/roles/ipsilon/files/templates/openid/consent_form.html
+++ b/roles/ipsilon/files/templates/openid/consent_form.html
@@ -1,4 +1,4 @@
-{% extends "layout.html" %}
+{% extends "master-user.html" %}
{% block toptext %}
<p><small><strong>{{trustroot}}</strong> requests to use the following details from your FAS Account</small></p>
{% endblock %}
diff --git a/roles/ipsilon/files/templates/openid/userpage.html b/roles/ipsilon/files/templates/openid/userpage.html
index 74ae88a68..efe6e9fd2 100644
--- a/roles/ipsilon/files/templates/openid/userpage.html
+++ b/roles/ipsilon/files/templates/openid/userpage.html
@@ -1,4 +1,4 @@
-{% extends "layout.html" %}
+{% extends "master-user.html" %}
{% block toptext %}
This is the OpenID page for {{username}}.
{% endblock %}
diff --git a/roles/ipsilon/files/templates/persona/provisioning.html b/roles/ipsilon/files/templates/persona/provisioning.html
index 0ced48f48..1142c1132 100644
--- a/roles/ipsilon/files/templates/persona/provisioning.html
+++ b/roles/ipsilon/files/templates/persona/provisioning.html
@@ -1,4 +1,4 @@
-{% extends "layout.html" %}
+{% extends "master-user.html" %}
{% block toptext %}
This page is used internally
{% endblock %}
diff --git a/roles/ipsilon/files/templates/persona/signin_result.html b/roles/ipsilon/files/templates/persona/signin_result.html
index a2fc18b93..b2ab0e86c 100644
--- a/roles/ipsilon/files/templates/persona/signin_result.html
+++ b/roles/ipsilon/files/templates/persona/signin_result.html
@@ -1,4 +1,4 @@
-{% extends "layout.html" %}
+{% extends "master-user.html" %}
{% block toptext %}
This page is used internally
{% endblock %}