This template was renamed

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-03-06 18:34:38 +00:00
parent 881139c854
commit b4a2eddb51
6 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{% extends "layout.html" %} {% extends "master-user.html" %}
{% block title %}Login{% endblock %} {% block title %}Login{% endblock %}
{% block toptext %} {% block toptext %}

View file

@ -1,4 +1,4 @@
{% extends "layout.html" %} {% extends "master-user.html" %}
{% block title %}Login{% endblock %} {% block title %}Login{% endblock %}
{% block toptext %} {% block toptext %}
{{ login_target }} is asking to authenticate using Ipsilon {{ login_target }} is asking to authenticate using Ipsilon

View file

@ -1,4 +1,4 @@
{% extends "layout.html" %} {% extends "master-user.html" %}
{% block toptext %} {% block toptext %}
<p><small><strong>{{trustroot}}</strong> requests to use the following details from your FAS Account</small></p> <p><small><strong>{{trustroot}}</strong> requests to use the following details from your FAS Account</small></p>
{% endblock %} {% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "layout.html" %} {% extends "master-user.html" %}
{% block toptext %} {% block toptext %}
This is the OpenID page for {{username}}. This is the OpenID page for {{username}}.
{% endblock %} {% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "layout.html" %} {% extends "master-user.html" %}
{% block toptext %} {% block toptext %}
This page is used internally This page is used internally
{% endblock %} {% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "layout.html" %} {% extends "master-user.html" %}
{% block toptext %} {% block toptext %}
This page is used internally This page is used internally
{% endblock %} {% endblock %}