diff --git a/youmap/templates/base.html b/youmap/templates/base.html index 0ceb2cf8f7868b07cad2d90456c18b01108c18bf..83e4142c0f6feacb2a434a3ecd412e3178ef9f92 100644 --- a/youmap/templates/base.html +++ b/youmap/templates/base.html @@ -6,7 +6,6 @@ <!-- Included CSS Files (Compressed) --> <link rel="stylesheet" href="{{ STATIC_URL }}foundation/stylesheets/foundation.css"> <link rel="stylesheet" href="{{ STATIC_URL }}youmap/youmap.css"> - <link rel="stylesheet" href="{{ STATIC_URL }}storage/contrib/css/storage.ui.example.css"> <script src="{{ STATIC_URL }}foundation/javascripts/modernizr.foundation.js"></script> @@ -15,6 +14,7 @@ <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> {% block extra_head %} + <link rel="stylesheet" href="{{ STATIC_URL }}storage/contrib/css/storage.ui.example.css"> {% endblock extra_head %} </head> @@ -38,9 +38,9 @@ <script src="{{ STATIC_URL }}foundation/javascripts/jquery.foundation.accordion.js"></script> <script src="{{ STATIC_URL }}foundation/javascripts/jquery.placeholder.js"></script> <script src="{{ STATIC_URL }}foundation/javascripts/jquery.foundation.alerts.js"></script> - <script src="{{ STATIC_URL }}storage/contrib/js/storage.ui.example.js"></script> <script src="{{ STATIC_URL }}endless_pagination/js/endless-pagination.js"></script> {% block bottom_js %} + <script src="{{ STATIC_URL }}storage/contrib/js/storage.ui.example.js"></script> {% endblock %} <div id="storage-ui-container"></div> <div id="storage-alert-container"></div> diff --git a/youmap/templates/youmap/home.html b/youmap/templates/youmap/home.html index b08757f72c9183558005a6991646175d876fffd6..130e4a684e3464e8d3273f61c26c774c359099cc 100644 --- a/youmap/templates/youmap/home.html +++ b/youmap/templates/youmap/home.html @@ -120,7 +120,7 @@ {% endblock content %} {% block bottom_js %} - {{ block.super }} + <script src="{{ STATIC_URL }}storage/contrib/js/storage.ui.foundation.js"></script> <script type="text/javascript"> $.endlessPaginate({paginateOnScroll: true}); </script>