From: Michael Tremer Date: Wed, 30 Oct 2019 10:31:52 +0000 (+0000) Subject: people: Keep description empty (and not use None) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=425e4c26999db5c56af833c227cc4fa1b538c5c5;p=ipfire.org.git people: Keep description empty (and not use None) Signed-off-by: Michael Tremer --- diff --git a/src/templates/people/user-edit.html b/src/templates/people/user-edit.html index d831ed2e..c9322bf2 100644 --- a/src/templates/people/user-edit.html +++ b/src/templates/people/user-edit.html @@ -71,7 +71,7 @@
+ placeholder="{{ _("Tell Us Who You Are") }}">{{ account.description or "" }} {{ _("You can use Markdown syntax as you know it from the IPFire Wiki") }}