Private
Public Access
1
0

added warning message in config.yaml

This commit is contained in:
Sander Roosendaal
2017-11-28 13:50:43 +01:00
parent 69ae507618
commit 79d20bb860
3 changed files with 15 additions and 0 deletions

View File

@@ -18,3 +18,6 @@ def hello_world(request):
return {
'helloworld': 'hi Sander'
}
def warning_message(request):
return {'WARNING_MESSAGE': settings.WARNING_MESSAGE}