Sometimes I would like to trigger a message to the user with the message's text defined in the client-side JS code. I am using the message framework's tags to differentiate between the different messages in JS.
Unfortunately, it seems to me that when I call messages.add_message
with the message text set to None
and a number of tags, the message is discarded. Is there are a way to send a message without text in Django?