diff --git a/static/img/sources/integrations-graphiques/generate.py b/static/img/sources/integrations-graphiques/generate.py index 4af2036..24742ec 100644 --- a/static/img/sources/integrations-graphiques/generate.py +++ b/static/img/sources/integrations-graphiques/generate.py @@ -36,6 +36,8 @@ captures = [ 'nancy.png'), ('https://la-seyne.sictiam.dev.entrouvert.org/', 'la-seyne-sur-mer.png'), + ('https://services.strasbourg.eu/', + 'strasbourg.png'), ] svg_src = open('screen-with-capture.svg').read()