From 9430598b01fc9c5aac6056fbd4ea4a304c858094 Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Wed, 30 Aug 2017 15:51:47 +0200 Subject: [PATCH 1/4] rename image files --- site/static/img/signees/{edri-logo.png => edri.png} | Bin .../static/img/signees/{lugos_big.png => lugos.png} | Bin .../img/signees/{Logo_okfde_black.png => okf.png} | Bin 3 files changed, 0 insertions(+), 0 deletions(-) rename site/static/img/signees/{edri-logo.png => edri.png} (100%) rename site/static/img/signees/{lugos_big.png => lugos.png} (100%) rename site/static/img/signees/{Logo_okfde_black.png => okf.png} (100%) diff --git a/site/static/img/signees/edri-logo.png b/site/static/img/signees/edri.png similarity index 100% rename from site/static/img/signees/edri-logo.png rename to site/static/img/signees/edri.png diff --git a/site/static/img/signees/lugos_big.png b/site/static/img/signees/lugos.png similarity index 100% rename from site/static/img/signees/lugos_big.png rename to site/static/img/signees/lugos.png diff --git a/site/static/img/signees/Logo_okfde_black.png b/site/static/img/signees/okf.png similarity index 100% rename from site/static/img/signees/Logo_okfde_black.png rename to site/static/img/signees/okf.png From 105921477284edf99bb55b7002ae7d204e5b3342 Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Wed, 30 Aug 2017 16:29:06 +0200 Subject: [PATCH 2/4] add optional comment field to sign form --- site/config.toml | 3 ++- site/layouts/partials/action.html | 3 +++ site/static/css/custom.css | 8 ++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/site/config.toml b/site/config.toml index 10c6a2a..e67e9a8 100644 --- a/site/config.toml +++ b/site/config.toml @@ -79,8 +79,9 @@ DefaultContentLanguage = "en" description = "More than XY organisations support this call for action by signing our [Open Letter](/openletter). Help us to make an impact by signing it, too! We will hand over all signatures to representatives all over Europe that are debating software freedom in public administration." formName = "Name (required)" formEmail = "Email (required)" - formCountry = "Country" + formCountry = "Your Country" formZip = "ZIP Code" + formComment = "Your comment (max. 140 characters)" formPermissionPriv = "I have read and accepted the [privacy statement](/privacy)" formPermissionNews = "I want to stay informed about the future of this campaign" formPermissionPub = "I want my signature to appear in the [list of signatures](/openletter#signatures)" diff --git a/site/layouts/partials/action.html b/site/layouts/partials/action.html index 40a6ded..887e91e 100644 --- a/site/layouts/partials/action.html +++ b/site/layouts/partials/action.html @@ -52,6 +52,9 @@ +