Commit 9854bd13 by Bridger Maxwell

Added javascript groups to wiki preview modal so circuits show up.

parent 8e213c81
......@@ -2,7 +2,8 @@
{% load wiki_tags i18n %}{% load compressed %}
<html>
<head>
{% compressed_css 'course' %}
{% compressed_css 'course' %}
{% compressed_js 'main_vendor' %}
</head>
<body class="modal-preview">
<section class="container wiki view">
......@@ -27,6 +28,9 @@
{% wiki_render article content %}
</div>
</section>
{% compressed_js 'application' %}
{% compressed_js 'module-js' %}
</body>
</html>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment