mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-19 06:22:16 +00:00
Enable ajax-bootstrap-select.
Requires some work as is currently not overly happy
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
type='text/css'>
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="{% static "assets/vendor.css" %}">
|
||||
<link rel="stylesheet" type="text/css" href="{% static "assets/pyrigs.css" %}">
|
||||
{% block css %}
|
||||
{% endblock %}
|
||||
@@ -161,8 +162,8 @@
|
||||
|
||||
<div class="modal fade" id="modal" role="dialog" tabindex=-1></div>
|
||||
|
||||
<script src="{% static "assets/pyrigs.js" %}"></script>
|
||||
<script src="{% static "assets/vendor.js" %}"></script>
|
||||
<script src="{% static "assets/pyrigs.js" %}"></script>
|
||||
<script src="https://cdn.ravenjs.com/1.3.0/jquery,native/raven.min.js"></script>
|
||||
<script>Raven.config('{% sentry_public_dsn %}').install()</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user