Skip to content

Commit

Permalink
Merge branch 'main' 1.2.15dev into production
Browse files Browse the repository at this point in the history
  • Loading branch information
LoanR committed Jul 23, 2024
2 parents 344d189 + 18cb049 commit c89a082
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "b3desk"
version = "1.2.14"
version = "1.2.15"
description = "Outil de visioconférence pour les agents de l'Education Nationale et de l'Etat en général."
authors = ["Your Name <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion web/b3desk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from .utils import enum_converter
from .utils import model_converter

__version__ = "1.2.14"
__version__ = "1.2.15"

LANGUAGES = ["en", "fr"]

Expand Down
4 changes: 2 additions & 2 deletions web/b3desk/templates/jumbotron.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ <h2>{% trans %}Vous organisez régulièrement des {{ some_meetings }}{% endtrans
<picture class="lasuite-homepage__bg">
<source
srcset="
https://integration.lasuite.numerique.gouv.fr/api/backgrounds/v1/default.avif
https://integration.lasuite.numerique.gouv.fr/api/backgrounds/v1/webinaire.avif
"
type="image/avif"
/>
<img
src="https://integration.lasuite.numerique.gouv.fr/api/backgrounds/v1/default.jpg"
src="https://integration.lasuite.numerique.gouv.fr/api/backgrounds/v1/webinaire.jpg"
alt=""
width="1920"
height="1200"
Expand Down

0 comments on commit c89a082

Please sign in to comment.