change layout.html to master-user.html

This commit is contained in:
Ryan Lercho 2017-03-03 09:55:44 +10:00 committed by Patrick Uiterwijk
parent bc106c673f
commit 7f1126ff62
5 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{% extends "layout.html" %}
{% extends "master-user.html" %}
{% block toptext %}
This is the Federated Open Authentication provider homepage.
{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "layout.html" %}
{% extends "master-user.html" %}
{% block toptext %}
500 - Internal Server Error
{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "layout.html" %}
{% extends "master-user.html" %}
{% block toptext %}
404 - Not Found
{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "layout.html" %}
{% extends "master-user.html" %}
{% block maintitle %}
401 - Unauthorized
{% endblock %}