From 49e1665233945b9e9e8b3a621bbbe73646a61bf3 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 27 Apr 2015 16:55:25 +0300 Subject: server: allow disabling signup (default to enabled) --- res/templates/login.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'res/templates') diff --git a/res/templates/login.html b/res/templates/login.html index 14b6b759..b4d7f978 100644 --- a/res/templates/login.html +++ b/res/templates/login.html @@ -41,12 +41,14 @@ body {
Forgot your password?
+ {% if signup_enabled %}
or
+ {% endif %}
-- cgit v1.3.1