diff options
Diffstat (limited to 'templates/newlogbookentry.html')
-rw-r--r-- | templates/newlogbookentry.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/newlogbookentry.html b/templates/newlogbookentry.html index 36e8591..a5ac387 100644 --- a/templates/newlogbookentry.html +++ b/templates/newlogbookentry.html @@ -17,8 +17,8 @@ }); </script> -<link rel="stylesheet" href="{{ settings.MEDIA_URL }}css/ui-lightness/jquery-ui-1.8.12.custom.css" type="text/css" media="all" /> -<script src="{{ settings.MEDIA_URL }}js/jquery-ui-1.8.12.custom.min.js" type="text/javascript"></script> +<link rel="stylesheet" href="{{ settings.JSLIB_URL }}jquery-ui/css/lightness/jquery-ui.css" type="text/css" media="all" /> +<script src="{{ settings.JSLIB_URL }}jquery/jquery-ui.min.js" type="text/javascript"></script> <script src="{{ settings.MEDIA_URL }}js/jquery.formset.min.js" type="text/javascript"></script> <script src="{{ settings.TINY_MCE_MEDIA_URL }}tiny_mce.js" type="text/javascript"></script> {{ tripForm.media }} |