From a82eeacf509cac8be281ea1d085fe9026c41da8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 9 Jan 2018 11:46:44 +0100 Subject: [PATCH] captures: add strasbourg --- static/img/sources/integrations-graphiques/generate.py | 2 ++ 1 file changed, 2 insertions(+) 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()