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:
Roberto Rosario
2018-08-16 03:02:21 -04:00
parent 3d1771a783
commit ac5f53c538
9 changed files with 34 additions and 71 deletions
@@ -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