Move to html2text
[oweals/karmaworld.git] / karmaworld / templates / base.html
index 549b0366d1173119b112740141f4aaddde5a0ee2..79451fdf467465854ff5b6588d2d5ec1b130cbbd 100644 (file)
   <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/global.css">
   <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/media.css">
   <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/lightbox.css">
-  <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}ajaxuploader/css/fileuploader.css">
   <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
   <!-- include Font Awesome -->
-  <link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
+  <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
 
   <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
   <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
-  <script src="{{ STATIC_URL }}ajaxuploader/js/fileuploader.js" ></script>
+  <script src="{{ STATIC_URL }}js/jquery-scrollto.js" ></script>
 
   <!-- block pagescripts -->
   {% block pagescripts %}
@@ -49,6 +48,7 @@
        
 </head>
 <body>
+
 <!-- include header -->
 {% include 'header.html' %}
 <!-- end include header -->
 <!-- Conditionally include opentip -->
 {% endblock opentip %}
 
+<!-- block bodyscripts -->
+{% block bodyscripts %}
+{% endblock %}
+<!-- end block bodyscripts -->
 
 </body>
 </html>