diff --git a/core/templates/base.html b/core/templates/base.html index 72c2631..205e0d4 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -24,12 +24,8 @@ - - {# `deployment_timestamp` is provided by core.context_processors.project_context — - it's injected into every template so the browser (and any CDN in front of - the app) sees a fresh URL whenever the process restarts. The old template - used `request.timestamp` which doesn't exist on Django request objects and - always fell back to a fixed '1.0' — meaning CDNs cached the CSS forever. #} + + {# deployment_timestamp comes from core.context_processors.project_context #} {% block extra_css %}{% endblock %}