Fix code for boxes.

This commit is contained in:
James Cole
2017-09-27 14:42:12 +02:00
parent fb140b1379
commit fdfe18a952
4 changed files with 12 additions and 108 deletions

View File

@@ -32,3 +32,11 @@
</div>
{% endif %}
{% endblock %}
{% block styles %}
<link href="css/bootstrap-sortable.css?v={{ FF_VERSION }}" type="text/css" rel="stylesheet" media="all">
{% endblock %}
{% block scripts %}
<script type="text/javascript" src="js/lib/bootstrap-sortable.js?v={{ FF_VERSION }}"></script>
{% endblock %}