Add missing context platform_name and contact_mailing_address. And pass

site configuration to email context.
This commit is contained in:
Shimul Chowdhury
2021-02-05 22:43:24 +06:00
parent fa15afb062
commit e942f12adc
7 changed files with 59 additions and 0 deletions

View File

@@ -157,6 +157,9 @@ BLOCK_STRUCTURES_SETTINGS = dict(
############################ FEATURE CONFIGURATION #############################
PLATFORM_NAME = _('Your Platform Name Here')
CONTACT_MAILING_ADDRESS = _('Your Contact Mailing Address Here')
PLATFORM_DESCRIPTION = _('Your Platform Description Here')
PLATFORM_FACEBOOK_ACCOUNT = "http://www.facebook.com/YourPlatformFacebookAccount"