Commit 85b32ccc authored by Serge S. Koval's avatar Serge S. Koval

Fixed actions include

parent 07de12fc
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
{% macro script(message, actions, actions_confirmation) %} {% macro script(message, actions, actions_confirmation) %}
{% if actions %} {% if actions %}
<script src="{{ url_for('admin.static', filename='js/actions.js') }}"></script> <script src="{{ url_for('admin.static', filename='admin/js/actions.js') }}"></script>
<script language="javascript"> <script language="javascript">
var modelActions = new AdminModelActions({{ message|tojson|safe }}, {{ actions_confirmation|tojson|safe }}); var modelActions = new AdminModelActions({{ message|tojson|safe }}, {{ actions_confirmation|tojson|safe }});
</script> </script>
......
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