From 89ba802b23bf1fd22afbc5e9a4b3b732264e3c18 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Tue, 4 Nov 2014 15:57:23 +0000 Subject: Move webclient to a python module so that it can be installed --- syweb/webclient/user/user.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 syweb/webclient/user/user.html (limited to 'syweb/webclient/user/user.html') diff --git a/syweb/webclient/user/user.html b/syweb/webclient/user/user.html new file mode 100644 index 0000000000..2aa981437b --- /dev/null +++ b/syweb/webclient/user/user.html @@ -0,0 +1,25 @@ +
+ +
+ +
+ [matrix] +
+ +

{{ user.displayname || user.id }}

+ +
+
+ +
+
+
{{ user.id }}
+
+
+ + +
+ {{ feedback }} + +
+
-- cgit 1.4.1