From: Michael Tremer Date: Mon, 22 Oct 2018 13:22:33 +0000 (+0100) Subject: nopaste: Drop avatar when file is uploaded by authenticated users X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2956359d4f3a909b80380ad89054f2013bf91992;p=ipfire.org.git nopaste: Drop avatar when file is uploaded by authenticated users Signed-off-by: Michael Tremer --- diff --git a/src/templates/nopaste/view.html b/src/templates/nopaste/view.html index 6d6f5e20..dc7d1253 100644 --- a/src/templates/nopaste/view.html +++ b/src/templates/nopaste/view.html @@ -13,12 +13,7 @@ {% if entry.account %} {{ _("by") }} - - {{ entry.account }} - - - {{ entry.account }} - , + {{ entry.account }}, {% else %} {{ _("from %s") % entry.address }}, {% end %}