From fccfa680bb543077ca5762b400aae781b9bbb2cf Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 2 May 2013 15:51:45 +0530 Subject: [PATCH] [login] [disable signup] option to disable signup link in login page --- templates/pages/login.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/pages/login.html b/templates/pages/login.html index 4ae23a0df2..bc748fe4f8 100644 --- a/templates/pages/login.html +++ b/templates/pages/login.html @@ -46,9 +46,12 @@

Forgot Password

+ + {% if not disable_signup %}

New user? Sign Up

+ {% endif %}