congress-dashboard/congress_dashboard/templates/admin/_scripts.html
Anusha Ramineni 88ef2e3d5a Move congress_dashboard folder to this project
Partially-Implements: blueprint enhance-congress-dashboard
Closes-Bug: #1653743
Change-Id: I9b2ae92e125181226130de56b09d5588b4cd1755
2017-03-15 04:41:58 +00:00

6 lines
184 B
HTML

{% extends 'horizon/_scripts.html' %}
{% block custom_js_files %}
<script src='{{ STATIC_URL }}admin/js/policies.js' type='text/javascript' charset='utf-8'></script>
{% endblock %}