diff --git a/static/img/sources/integrations-graphiques/generate.py b/static/img/sources/integrations-graphiques/generate.py index 6834933..d4c9218 100644 --- a/static/img/sources/integrations-graphiques/generate.py +++ b/static/img/sources/integrations-graphiques/generate.py @@ -39,6 +39,8 @@ captures = [ 'la-seyne-sur-mer.png'), ('https://services.strasbourg.eu/', 'strasbourg.png'), + ('https://blois.test.entrouvert.org/', + 'blois.png'), ] svg_src = open('screen-with-capture.svg').read()