diff --git a/backend/templates/authorized.html b/backend/templates/authorized.html
new file mode 100644
index 0000000..4cd345d
--- /dev/null
+++ b/backend/templates/authorized.html
@@ -0,0 +1,22 @@
+{% extends "base.html" %}
+{% block content %}
+
-
-
-
-
This will be the private information area for the extended Jean-Marie family.
-
-
Web links
-
TLC Creations
-
-
Fonts
-
-
Family tree
-
-
-
-
-
-
Events
-
-
+{% extends "authorized.html" %}
+{% block center %}
+
This will be the private information area for the extended Jean-Marie family.
+
+
Web links
+
TLC Creations
+
+
Fonts
+
+
Family tree
+
-{% endblock content %}
\ No newline at end of file
+{% endblock center %}
\ No newline at end of file
diff --git a/backend/templates/useradmin.html b/backend/templates/useradmin.html
index b2f1fcb..9d7ca93 100644
--- a/backend/templates/useradmin.html
+++ b/backend/templates/useradmin.html
@@ -1,6 +1,6 @@
-{% extends "base.html" %}
-{% block title %}User Profile{% endblock %}
-{% block content %}
+{% extends "authorized.html" %}
+{% block title %}User Administration{% endblock %}
+{% block center %}
Users
@@ -20,4 +20,4 @@
{% endfor %}
-{% endblock %}
\ No newline at end of file
+{% endblock center %}
\ No newline at end of file