Remove django_js_reverse functionality

This is the first step to completely remove the current UI
This commit is contained in:
Gergely Polonkai
2015-10-19 16:56:06 +02:00
parent 908e74d974
commit 8f9a126924
4 changed files with 0 additions and 53 deletions

View File

@@ -7,7 +7,6 @@
<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 '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>