0.4.29 footer contacts
This commit is contained in:
@@ -8,7 +8,7 @@ def get_logo_url():
|
||||
|
||||
def get_footer_contacts():
|
||||
from .models import Option
|
||||
options = Option.objects.filter(enable=True, opt_type='footer_contacts')
|
||||
options = Option.objects.filter(enable=True, opt_type__in=['footer_email', 'footer_phone'])
|
||||
return options
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user