summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-03-30 20:14:56 +0300
committerLV-426 <lv-426@taproot.org.il>2015-04-01 22:25:54 +0300
commit585417bb73009339c3ebea09be88f4ee30d8df54 (patch)
treeeb54bf5ea6d57e85fa9c9e6d902b2a5d0689d729 /res
parent04ecb0c6fcde22a5a54399364c95ed154555d3ec (diff)
REST /index endpoint: configure rz_config__rzdoc_cur__name, rz_config__rzdoc_default__name
Diffstat (limited to 'res')
-rw-r--r--res/templates/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/templates/index.html b/res/templates/index.html
index a4752214..f5213fa1 100644
--- a/res/templates/index.html
+++ b/res/templates/index.html
@@ -13,6 +13,8 @@ var rz_config = { // set as a global variable
'feedback_url': '/feedback',
'optimized_main': {{ rz_config__optimized_main }},
'node_edge_separator': true,
+ 'rzdoc_cur__name': '{{ rz_config__rzdoc_cur__name }}',
+ 'rzdoc_default__name': '{{ rz_config__rzdoc_default__name }}',
'separator_string': ' ',
'role_set': {{ rz_config__role_set|safe }},
};