From a0dc266a0a028f50a45de8f3c6b38d36e03a4814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 15 Dec 2015 15:22:40 +0100 Subject: [PATCH] miniscreens: add new sites --- static/img/sources/integrations-graphiques/generate.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/img/sources/integrations-graphiques/generate.py b/static/img/sources/integrations-graphiques/generate.py index 6f87c26..cdb5eac 100644 --- a/static/img/sources/integrations-graphiques/generate.py +++ b/static/img/sources/integrations-graphiques/generate.py @@ -20,6 +20,14 @@ captures = [ 'vendargues.png'), ('https://demarches.vincennes.fr/question/votre-question-jeunesse/', 'vincennes.png'), + ('https://perols.eservices.montpellier3m.fr/', + 'perols.png'), + ('https://espace-usager-alfortville.test.entrouvert.org/', + 'alfortville.png'), + ('https://citoyen-fondettes.test.entrouvert.org/', + 'fondettes.png'), + ('https://mesdemarches.fontenay-sous-bois.fr/', + 'fontenay-sous-bois.png'), ] svg_src = open('screen-with-capture.svg').read()