added warning message in config.yaml
This commit is contained in:
@@ -18,3 +18,6 @@ def hello_world(request):
|
||||
return {
|
||||
'helloworld': 'hi Sander'
|
||||
}
|
||||
|
||||
def warning_message(request):
|
||||
return {'WARNING_MESSAGE': settings.WARNING_MESSAGE}
|
||||
|
||||
Reference in New Issue
Block a user