From: Guillaume Pellerin Date: Mon, 19 Jul 2021 04:10:07 +0000 (+0200) Subject: use app version for base static files X-Git-Tag: 2.5.0~84 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=711698d5d90a26748f88ba88cf1b06282804ff91;p=teleforma.git use app version for base static files --- diff --git a/teleforma/templates/teleforma/base.html b/teleforma/templates/teleforma/base.html index a307b9cf..ccc67f51 100644 --- a/teleforma/templates/teleforma/base.html +++ b/teleforma/templates/teleforma/base.html @@ -18,8 +18,8 @@ {% block stylesheets %} - - + + {% webpack 'app.css' %} @@ -41,7 +41,7 @@ - + {% if user.is_authenticated %}