From e9c659276a76072673342312a326fe787355ba1f Mon Sep 17 00:00:00 2001 From: SDE Date: Fri, 22 Dec 2023 17:55:50 +0500 Subject: [PATCH] 0.4.28 footer contacts --- GeneralApp/funcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GeneralApp/funcs.py b/GeneralApp/funcs.py index 80f6a38..fd453d1 100644 --- a/GeneralApp/funcs.py +++ b/GeneralApp/funcs.py @@ -8,7 +8,7 @@ def get_logo_url(): def get_footer_contacts(): from .models import Option - options = Option.objects.footer(enable=True, opt_type='footer_contacts') + options = Option.objects.filter(enable=True, opt_type='footer_contacts') return options