Fixed flash message text

This commit is contained in:
Christoph Haas 2016-04-07 09:37:37 +02:00
parent 3a4f8756b6
commit 4559960e0a

View file

@ -16,7 +16,7 @@
javascript:
$.amaran({
'content': {
'message' :'#{name}: #{msg}',
'message' :'#{msg}',
'color' : '#{flash_color}',
'bgcolor' : '#{flash_bgcolor}'
},