diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-01 18:47:31 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-01 18:47:31 +0200 |
| commit | eba6358345659df52cf07a0ab6e198d41e386613 (patch) | |
| tree | a8fc2d269fd3a8c09da255212f8abcb1a261ff7a /res | |
| parent | 12dc1e61b24cd6ebaff2308bf34b6d3050b7c6ea (diff) | |
add a fixed role_set to the client, to be replaced with one coming from the current logged in user
Diffstat (limited to 'res')
| -rw-r--r-- | res/templates/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
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 }}, }; </script> <script data-main='/static/app.js' src="/static/lib/require.js"></script> |
