mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
flashed messages for unauthenticated users too!
This commit is contained in:
parent
ba916b70bd
commit
d5569fa65b
@ -57,8 +57,8 @@
|
|||||||
nopaque.socket.init();
|
nopaque.socket.init();
|
||||||
nopaque.socket.emit("user_data_stream_init");
|
nopaque.socket.emit("user_data_stream_init");
|
||||||
});
|
});
|
||||||
nopaque.flashedMessages = {{ get_flashed_messages(with_categories=True)|tojson }};
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
nopaque.flashedMessages = {{ get_flashed_messages(with_categories=True)|tojson }};
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
Reference in New Issue
Block a user