Move reverse.js related code to the booking module

This commit is contained in:
2015-05-27 23:10:26 +02:00
parent 80096d72e4
commit 2ba17dd61e
5 changed files with 20 additions and 19 deletions

View File

@@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="{% static 'booking.css' %}">
<link rel="stylesheet" type="text/css" href="//code.jquery.com/ui/1.11.2/themes/ui-lightness/jquery-ui.css">
<script src="{% url 'api:js_reverse' %}" type="text/javascript"></script>
<script src="{% url 'js_reverse' %}" type="text/javascript"></script>
<script src="//code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="//code.jquery.com/ui/1.11.2/jquery-ui.min.js"></script>
</head>