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" %}