From e582c3b84c6090b08f33d599c354968fcd868d14 Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Sat, 25 May 2013 11:17:42 +0200 Subject: moved and renamed files to match the filesetup we want. havebeen using a dev-setup till now. --- app/views/users/signup.ejs | 86 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 app/views/users/signup.ejs (limited to 'app/views/users/signup.ejs') diff --git a/app/views/users/signup.ejs b/app/views/users/signup.ejs new file mode 100644 index 0000000..611c052 --- /dev/null +++ b/app/views/users/signup.ejs @@ -0,0 +1,86 @@ +<% include ../templates/header %> + + + + + +
+
+

+

Please tell us a little about yourself.

+
+
+
+ +
+ +
+
+
+ +
+ <% if (invite) { %> + <%= email %> + <% } else { %> + + <% } %> +
+
+
+

+
+ +
+ +
+
+
+ +
+ +
+
+
+ + +
+
+
+
+ + + + + + + + + + + + + +<% include ../templates/footer %> -- cgit v1.2.3