From d358eb8aef599271ed285d6a87316cf0b3b94086 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sat, 27 Jul 2019 18:01:39 +0200 Subject: [PATCH] Display description line breaks --- pwdb/templates/pwdb/list_passwords.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwdb/templates/pwdb/list_passwords.html b/pwdb/templates/pwdb/list_passwords.html index ebd7ac5..db8cde2 100644 --- a/pwdb/templates/pwdb/list_passwords.html +++ b/pwdb/templates/pwdb/list_passwords.html @@ -20,7 +20,7 @@ {% for pass in passwords %} {{ pass.name }} - {{ pass.description }} + {{ pass.description|linebreaksbr }} {% if pass.url %}{{ pass.url|truncatechars:30 }}{% endif %} {% trans "copy_password" %}