From 7e2d57b29932508bcac6a044c7c19534b99f9d6b Mon Sep 17 00:00:00 2001 From: Andromeda Yelton Date: Tue, 2 Apr 2013 11:58:50 -0400 Subject: [PATCH] force css reload --- frontend/templates/base.html | 2 +- frontend/templates/home.html | 6 +++--- frontend/templates/pledge_complete.html | 2 +- frontend/templates/registration/registration_base.html | 2 +- frontend/templates/supporter.html | 2 +- static/css/{documentation.css => documentation2.css} | 0 static/css/{landingpage2.css => landingpage3.css} | 0 static/css/{learnmore.css => learnmore2.css} | 0 static/css/{searchandbrowse.css => searchandbrowse2.css} | 0 static/css/{sitewide2.css => sitewide3.css} | 0 static/less/{documentation.less => documentation2.less} | 0 static/less/{landingpage2.less => landingpage3.less} | 0 static/less/{learnmore.less => learnmore2.less} | 0 static/less/{searchandbrowse.less => searchandbrowse2.less} | 0 static/less/{sitewide2.less => sitewide3.less} | 0 15 files changed, 7 insertions(+), 7 deletions(-) rename static/css/{documentation.css => documentation2.css} (100%) rename static/css/{landingpage2.css => landingpage3.css} (100%) rename static/css/{learnmore.css => learnmore2.css} (100%) rename static/css/{searchandbrowse.css => searchandbrowse2.css} (100%) rename static/css/{sitewide2.css => sitewide3.css} (100%) rename static/less/{documentation.less => documentation2.less} (100%) rename static/less/{landingpage2.less => landingpage3.less} (100%) rename static/less/{learnmore.less => learnmore2.less} (100%) rename static/less/{searchandbrowse.less => searchandbrowse2.less} (100%) rename static/less/{sitewide2.less => sitewide3.less} (100%) diff --git a/frontend/templates/base.html b/frontend/templates/base.html index 01e39ca3..31dc8744 100644 --- a/frontend/templates/base.html +++ b/frontend/templates/base.html @@ -18,7 +18,7 @@ unglue.it {% block title %}{% endblock %} - + {% block extra_css %}{% endblock %} diff --git a/frontend/templates/home.html b/frontend/templates/home.html index f0c46e71..3342e4a9 100755 --- a/frontend/templates/home.html +++ b/frontend/templates/home.html @@ -3,10 +3,10 @@ {% block title %}— Support Free eBooks{% endblock %} {% block extra_css %} - - + + - + {% endblock %} {% block extra_js %} diff --git a/frontend/templates/pledge_complete.html b/frontend/templates/pledge_complete.html index 2a733eab..c914da7c 100644 --- a/frontend/templates/pledge_complete.html +++ b/frontend/templates/pledge_complete.html @@ -4,7 +4,7 @@ {% block title %}Pledge Completed{% endblock %} {% block extra_extra_head %} - + diff --git a/frontend/templates/registration/registration_base.html b/frontend/templates/registration/registration_base.html index 774ae327..473cf010 100644 --- a/frontend/templates/registration/registration_base.html +++ b/frontend/templates/registration/registration_base.html @@ -29,7 +29,7 @@ $j(document).ready(function() { {% endblock %} {% block extra_head %} - + {% block extra_extra_head %} {% endblock %} diff --git a/frontend/templates/supporter.html b/frontend/templates/supporter.html index ab65d623..82d7cab0 100644 --- a/frontend/templates/supporter.html +++ b/frontend/templates/supporter.html @@ -4,7 +4,7 @@ {% block title %} — {{ supporter.username }}{% endblock %} {% block extra_css %} - + {% endblock %} diff --git a/static/css/documentation.css b/static/css/documentation2.css similarity index 100% rename from static/css/documentation.css rename to static/css/documentation2.css diff --git a/static/css/landingpage2.css b/static/css/landingpage3.css similarity index 100% rename from static/css/landingpage2.css rename to static/css/landingpage3.css diff --git a/static/css/learnmore.css b/static/css/learnmore2.css similarity index 100% rename from static/css/learnmore.css rename to static/css/learnmore2.css diff --git a/static/css/searchandbrowse.css b/static/css/searchandbrowse2.css similarity index 100% rename from static/css/searchandbrowse.css rename to static/css/searchandbrowse2.css diff --git a/static/css/sitewide2.css b/static/css/sitewide3.css similarity index 100% rename from static/css/sitewide2.css rename to static/css/sitewide3.css diff --git a/static/less/documentation.less b/static/less/documentation2.less similarity index 100% rename from static/less/documentation.less rename to static/less/documentation2.less diff --git a/static/less/landingpage2.less b/static/less/landingpage3.less similarity index 100% rename from static/less/landingpage2.less rename to static/less/landingpage3.less diff --git a/static/less/learnmore.less b/static/less/learnmore2.less similarity index 100% rename from static/less/learnmore.less rename to static/less/learnmore2.less diff --git a/static/less/searchandbrowse.less b/static/less/searchandbrowse2.less similarity index 100% rename from static/less/searchandbrowse.less rename to static/less/searchandbrowse2.less diff --git a/static/less/sitewide2.less b/static/less/sitewide3.less similarity index 100% rename from static/less/sitewide2.less rename to static/less/sitewide3.less