0.4.28 footer contacts

This commit is contained in:
SDE
2023-12-22 17:55:50 +05:00
parent 91975e0891
commit e9c659276a

View File

@@ -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