]> git.parisson.com Git - teleforma.git/commitdiff
add version to app css, bump to 2.8.1
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Fri, 17 Jan 2025 10:52:52 +0000 (11:52 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Fri, 17 Jan 2025 11:08:50 +0000 (12:08 +0100)
teleforma/__init__.py
teleforma/templates/teleforma/base.html

index ce8cac996494d0595d4064daba8ec9eb03bf105b..b8e6225b95df9da93d4f5cd881fb205694821e32 100644 (file)
@@ -9,7 +9,7 @@ U{http://parisson.com/products/teleforma}
 """
 
 __docformat__ = 'epytext en'
-__version__ = '2.8.0-pro'
+__version__ = '2.8.1-pro'
 __url__ = 'http://parisson.com/products/teleforma'
 __copyright__ = '(C) 2011-2024 Parisson'
 __license__ = 'CeCILL-v2'
index 8ba01fc8a9e9c0dac3ac1b356b464a5e21b9a5da..bbb8d97e1f2c9189d190f5797d7f015cbab7baf3 100644 (file)
@@ -19,7 +19,7 @@
 
 {% block stylesheets %}
 <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}teleforma/css/jquery-ui.css" />
-<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}teleforma/css/teleforma.css" />
+<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}teleforma/css/teleforma.css?v={% teleforma_version %}" />
 <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}teleforma/css/messi.css" />
 
 {% endblock %}