Commit 3fc59b3d by Bridger Maxwell

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

parent 55f3a971
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
{% load wiki_tags i18n %}{% load compressed %} {% load wiki_tags i18n %}{% load compressed %}
<html> <html>
<head> <head>
{% compressed_css 'course' %} {% compressed_css 'course' %}
{% compressed_js 'main_vendor' %}
</head> </head>
<body class="modal-preview"> <body class="modal-preview">
<section class="container wiki view"> <section class="container wiki view">
...@@ -27,6 +28,9 @@ ...@@ -27,6 +28,9 @@
{% wiki_render article content %} {% wiki_render article content %}
</div> </div>
</section> </section>
{% compressed_js 'application' %}
{% compressed_js 'module-js' %}
</body> </body>
</html> </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