From 8941cfb31bec008bfde18780b061d62c4ba624bf Mon Sep 17 00:00:00 2001 From: Kai Kretschmann Date: Mon, 30 Apr 2018 17:30:39 +0200 Subject: [PATCH] temporary hide registration, phase 1 --- public/style/screen.less | 4 ++++ views/partials/content.ejs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/public/style/screen.less b/public/style/screen.less index 45f310e8..2ae19a9a 100644 --- a/public/style/screen.less +++ b/public/style/screen.less @@ -17,6 +17,10 @@ main { margin-top: 50px; } +#registrationblock { + display: none; +} + .block { background-color: #ffffff; border-radius: 0; diff --git a/views/partials/content.ejs b/views/partials/content.ejs index b0aa677c..11ab1c4b 100644 --- a/views/partials/content.ejs +++ b/views/partials/content.ejs @@ -25,7 +25,7 @@ <%= __('Forgot password') %>
-
+

<%= __('Register') %>

<%= __('Create a new account for free.') %>