Change the version query params to force re-loads from cache.
authorAdam Gomaa <code@adam.gomaa.us>
Sun Feb 01 02:07:05 2009 -0500
changeset 418c24ca37823b9
parent 417 41bb13fc4f7d
child 419 b16f4fab397a
Change the version query params to force re-loads from cache.
agdj/core/templates/base.html
     1.1 --- a/agdj/core/templates/base.html	Sun Feb 01 02:05:35 2009 -0500
     1.2 +++ b/agdj/core/templates/base.html	Sun Feb 01 02:07:05 2009 -0500
     1.3 @@ -5,7 +5,7 @@
     1.4  <title>{% block title %}{% endblock %}</title>
     1.5  {% spaceless %}
     1.6  {% block styles %}
     1.7 -<link rel="stylesheet" type="text/css" href="/static/css/agdj-complete.css?version=063ef5560a73">
     1.8 +<link rel="stylesheet" type="text/css" href="/static/css/agdj-complete.css?version=41bb13fc4f7d">
     1.9  <link rel="stylesheet" type="text/css" href="/static/css/960.css">
    1.10  {% block pygments_css %}{% endblock %}
    1.11  {% endblock %}