From 0bd8ef28dd7cda04c32591376079e80daaa7ef54 Mon Sep 17 00:00:00 2001 From: Vsevolod Strukchinsky Date: Thu, 13 Feb 2014 19:43:30 +0600 Subject: [PATCH] Fixup signup and settings template --- pkg/template/pages/admin_settings.html | 5 +++-- pkg/template/pages/signup.html | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pkg/template/pages/admin_settings.html b/pkg/template/pages/admin_settings.html index 3e44de4a8..bc607fa5e 100644 --- a/pkg/template/pages/admin_settings.html +++ b/pkg/template/pages/admin_settings.html @@ -33,8 +33,9 @@ {{ end }} - - enable open invintation requests from users +
GitHub OAuth Consumer Key and Secret
diff --git a/pkg/template/pages/signup.html b/pkg/template/pages/signup.html index ef9606cd4..bb4538262 100644 --- a/pkg/template/pages/signup.html +++ b/pkg/template/pages/signup.html @@ -4,7 +4,7 @@

Sign up

- +
@@ -32,7 +32,7 @@ if (this.status == 200) { var msg = "User Invitation was sent successfully"; if (this.responseText != "OK") { - msg = "Email is not currently enabled. In order to invite the user, you'll need to provide them the following link:
" + this.responseText + ""; + msg = "Email is not currently enables. Follow the link:
" + this.responseText + ""; } $("#successAlert").html(msg); $("#successAlert").show().removeClass("hide");