diff --git a/templates/base.html b/templates/base.html index 79d2abc..d4738b1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -9,17 +9,17 @@ {% load compress %} {% compress css %} - - - - - - - - - - - + + + + + + + + + + + {% endcompress %} @@ -28,7 +28,7 @@ if (window.location.hash == '#_=_') { window.location.hash = ''; } - if (window.location.hash== 'upload#'){ + if (window.location.hash == 'upload#') { Backbone.history.navigate("/"); } @@ -86,63 +86,52 @@ - - - - - - - - + + + + + + {% compress js %} - - - - - - - - - - - - - + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + {% endcompress %} {% block footerscripts %}