mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-25 23:55:24 +00:00
3 lines
132 B
HTML
3 lines
132 B
HTML
|
{% load static %}
|
||
|
<script src="{% static "js/jquery.min.js" %}"></script>
|
||
|
<script src="{% static "js/bootstrap.min.js" %}"></script>
|