From b4a2eddb513df53f0fb04c43c74f00b647e30d66 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Mon, 6 Mar 2017 18:34:38 +0000 Subject: [PATCH] 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 119e27b84e..b70842d210 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 14ec837d8d..944cb7b010 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 4f3b26f5e2..eb77ee9112 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 74ae88a689..efe6e9fd26 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 0ced48f48b..1142c1132c 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 a2fc18b93b..b2ab0e86c2 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 %}