This template was renamed
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
881139c854
commit
b4a2eddb51
6 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
{% extends "layout.html" %}
|
{% extends "master-user.html" %}
|
||||||
{% block title %}Login{% endblock %}
|
{% block title %}Login{% endblock %}
|
||||||
{% block toptext %}
|
{% block toptext %}
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue