From b4a2eddb513df53f0fb04c43c74f00b647e30d66 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Mon, 6 Mar 2017 18:34:38 +0000 Subject: This template was renamed Signed-off-by: Patrick Uiterwijk --- roles/ipsilon/files/templates/login/form.html | 2 +- roles/ipsilon/files/templates/login/index.html | 2 +- roles/ipsilon/files/templates/openid/consent_form.html | 2 +- roles/ipsilon/files/templates/openid/userpage.html | 2 +- roles/ipsilon/files/templates/persona/provisioning.html | 2 +- roles/ipsilon/files/templates/persona/signin_result.html | 2 +- 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 %}

{{trustroot}} requests to use the following details from your FAS Account

{% 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 %} -- cgit