Re: Messages without text in the messages framework

2019-01-21 Thread Mohd Asif
Generate message with a random text and don't use it on front end instead use whatever u want On Mon, 21 Jan 2019, 20:52 Sebastian Lechner Dear Django community, > > often I would like to trigger a message to the user with the message > rendered dynamically in the client-side JS code. I use the m

Messages without text in the messages framework

2019-01-21 Thread Sebastian Lechner
Dear Django community, often I would like to trigger a message to the user with the message rendered dynamically in the client-side JS code. I use the message framework's tags to differentiate between the different messages in JS. Usually, I will define the message's text on the client side a