Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 06bfe5a

Browse files
committed
Let instructor configure
1 parent 6e7a1b5 commit 06bfe5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap

runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@
259259
eBookConfig.username = '{{= user_id}}';
260260
eBookConfig.readings = {{= readings}};
261261
eBookConfig.activities = {{= XML(activity_info) }}
262+
eBookConfig.downloadsEnabled = {{=downloads_enabled}};
262263
eBookConfig.allow_pairs = {{=allow_pairs}}
263264
{% endraw %}
264265
{% else %}
@@ -279,7 +280,6 @@
279280
eBookConfig.jobehost = '{{jobe_server}}';
280281
eBookConfig.proxyuri_runs = '{{proxy_uri_runs}}';
281282
eBookConfig.proxyuri_files = '{{proxy_uri_files}}';
282-
eBookConfig.downloadsEnabled = {{downloads_enabled}};
283283
eBookConfig.enable_chatcodes = {{enable_chatcodes}} ? {{ enable_chatcodes }} : false;
284284

285285

0 commit comments

Comments
 (0)