[bugfix] html points to dashboard.entry.js instead of jsx (#749)

This commit is contained in:
Maxime Beauchemin 2016-07-13 00:03:38 -04:00 committed by GitHub
parent 18b8e6fa58
commit 082645d312

View File

@ -2,7 +2,7 @@
{% block head_js %}
{{ super() }}
<script src="/static/assets/javascripts/dist/dashboard.entry.js"></script>
<script src="/static/assets/javascripts/dist/dashboard.entry.jsx"></script>
{% endblock %}
{% block title %}[dashboard] {{ dashboard.dashboard_title }}{% endblock %}
{% block body %}