From b09d05e601b6c907fb929933bf47d0858e9c0c00 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:51:29 +0100 Subject: [PATCH] captures: add blois --- 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 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()