From 707c3e35b77c131b213fb236297e969ed64f86ff Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Sat, 3 Dec 2022 16:59:56 +0000 Subject: [PATCH] add missing whitespace (issue #100) --- www/maposmatic/templates/maposmatic/new.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/maposmatic/templates/maposmatic/new.html b/www/maposmatic/templates/maposmatic/new.html index e800318c..3a9879c9 100644 --- a/www/maposmatic/templates/maposmatic/new.html +++ b/www/maposmatic/templates/maposmatic/new.html @@ -444,7 +444,7 @@ $('#error-modal').modal('show') {% trans "Your Email address (for notifications, optional)" %} {{ form.submittermail }} {% if SUBMITTER_MAIL_LIFETIME %} - ({% trans "will be deleted after" %}{{ SUBMITTER_MAIL_LIFETIME }} {% trans "hours" %}) + ({% trans "will be deleted after" %} {{ SUBMITTER_MAIL_LIFETIME }} {% trans "hours" %}) {% endif %}