From eba6358345659df52cf07a0ab6e198d41e386613 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 1 Mar 2015 18:47:31 +0200 Subject: add a fixed role_set to the client, to be replaced with one coming from the current logged in user --- res/templates/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'res') diff --git a/res/templates/index.html b/res/templates/index.html index bb2378bb..797282c4 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -13,7 +13,8 @@ var rz_config = { // set as a global variable 'feedback_url': '/feedback', 'optimized_main': {{ rz_config__optimized_main }}, 'node_edge_separator': true, - 'separator_string': ' ' + 'separator_string': ' ', + 'role_set': {{ rz_config__role_set|safe }}, }; -- cgit v1.3.1