]> git.parisson.com Git - teleforma.git/commitdiff
add logo, fix pdf url pb-docker-dev
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Tue, 8 Apr 2025 09:00:38 +0000 (11:00 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Tue, 8 Apr 2025 09:00:38 +0000 (11:00 +0200)
app/settings.py
teleforma/static/teleforma/images/logo_probarreau.png [new file with mode: 0644]

index 23403f626dfe13abd8ccdb80897540e90c8a2740..404a4273bda215123f91f3d789558d999045e6a5 100644 (file)
@@ -510,8 +510,8 @@ BBB_SERVER = "https://bbb3.parisson.com/bigbluebutton/"
 BBB_SECRET = "xxx"
 BBB_USE_WEBHOOKS = False
 
-BBB_LOGO_URL = "/static/img/logo_probarreau.png"
-BBB_PDF_URL = "/static/teleforma/pdf/pb-blank-slide.pdf"
+BBB_LOGO_URL = "/static/teleforma/images/logo_probarreau.png"
+BBB_PDF_URL = "/static/teleforma/pdf/Presentation_Pro_Barreau_BBB3.pdf"
 BBB_BANNER_COLOR = "#003768"
 
 
diff --git a/teleforma/static/teleforma/images/logo_probarreau.png b/teleforma/static/teleforma/images/logo_probarreau.png
new file mode 100644 (file)
index 0000000..ced5ebf
Binary files /dev/null and b/teleforma/static/teleforma/images/logo_probarreau.png differ