oauth/templates/client/index.html
changeset 3 3f52a017e6f5
parent 1 5f50937893ac
child 5 4407b131a70e
--- a/oauth/templates/client/index.html	Tue Feb 16 15:46:00 2016 +0100
+++ b/oauth/templates/client/index.html	Wed Feb 17 11:25:20 2016 +0100
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="UTF-8">
+  <title></title>
+</head>
+<body>
+  <h4>Mock GED client</h4>
+  <p>You are: {{ username }}</p>
+  <p>Create a <a href="{{ config['CREATE_RENKAN_URL'] }}">new Renkan</a></p>
+</body>
+</html>
\ No newline at end of file