diff --git a/src/oauth2views/account.ejs b/src/oauth2views/account.ejs
index 6d8bea364..3f1777fe0 100644
--- a/src/oauth2views/account.ejs
+++ b/src/oauth2views/account.ejs
@@ -1,5 +1,17 @@
-
User id: <%= user.id %>
-Username: <%= user.username %>
-Email: <%= user.email %>
+<% include header %>
-Logout
+
+
+<% include footer %>
diff --git a/src/oauth2views/dialog.ejs b/src/oauth2views/dialog.ejs
index b47d4e6c7..3938d3e75 100644
--- a/src/oauth2views/dialog.ejs
+++ b/src/oauth2views/dialog.ejs
@@ -24,8 +24,8 @@
diff --git a/src/oauth2views/footer.ejs b/src/oauth2views/footer.ejs
index 5179adefc..e31e0cfbd 100644
--- a/src/oauth2views/footer.ejs
+++ b/src/oauth2views/footer.ejs
@@ -1,3 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+