Add COMMON_PROJECT_TITLE as a setting option to customize the title string.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -9,4 +9,4 @@ register = Library()
|
||||
|
||||
@register.simple_tag
|
||||
def smart_setting(global_name):
|
||||
return Setting.get(global_name=global_name)
|
||||
return Setting.get(global_name=global_name).value
|
||||
|
||||
Reference in New Issue
Block a user