Esempio n. 1
0
 def send_info(request, msg):
     send_msg(request, msg, messages.INFO, 'infomsg')
Esempio n. 2
0
 def send_error(request, msg):
     send_msg(request, msg, messages.ERROR, 'errormsg')