diff options
Diffstat (limited to 'templates/newlogbookentry.html')
-rw-r--r-- | templates/newlogbookentry.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/newlogbookentry.html b/templates/newlogbookentry.html index a5ac387..fdb4cbd 100644 --- a/templates/newlogbookentry.html +++ b/templates/newlogbookentry.html @@ -20,7 +20,7 @@ <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> +<!--<script src="{{ settings.TINY_MCE_MEDIA_URL }}tiny_mce.js" type="text/javascript"></script>--> {{ tripForm.media }} {% endblock %} {% block content %} |