From 25f1640c5863e529c15c15767d2af23826fd16f3 Mon Sep 17 00:00:00 2001 From: Abdurrehman <93309234+MAbdurrehman12@users.noreply.github.com> Date: Mon, 22 Nov 2021 11:31:54 +0500 Subject: [PATCH] fix: ALLOW_PUBLIC_ACCOUNT_CREATION flag does not show/hide signup btn above footer (#29261) --- cms/templates/howitworks.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cms/templates/howitworks.html b/cms/templates/howitworks.html index 7e46eda060..77fb354f38 100644 --- a/cms/templates/howitworks.html +++ b/cms/templates/howitworks.html @@ -153,6 +153,7 @@ +% if static.get_value('ALLOW_PUBLIC_ACCOUNT_CREATION', settings.FEATURES.get('ALLOW_PUBLIC_ACCOUNT_CREATION')):