From d9d4417b70fb9b36c75b2667640b4b4abc9a4ed9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Tue, 8 Dec 2015 00:01:10 +0200 Subject: [PATCH] 'manage.py compress' doesn't look at local_settings.py so this conditional doesn't work. --- templates/base.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/base.html b/templates/base.html index de3335a8..8e82147d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -20,9 +20,7 @@ - {% if USE_PAYMENTS %} - {% endif %} @@ -83,7 +81,7 @@ {% endif %} - {% if USE_PAYMENTS %} + {% if USE_PAYMENTS and False %}
  • Pricing