diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-07-01 18:41:17 -0400 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-07-01 18:41:17 -0400 |
commit | 19ee71a9aa7363922a3d9eefb0b6703cec6126ef (patch) | |
tree | 03dc7b2759aceb3496b1a38528351e25f0dd9e14 /templates | |
parent | 801c4d723e72726851af72b1303cfb343469539e (diff) |
format description
Diffstat (limited to 'templates')
-rw-r--r-- | templates/todolists/view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/todolists/view.html b/templates/todolists/view.html index 393dda39..7eb88ae1 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -72,7 +72,7 @@ <br /> <div class="box"> <h3>List Description</h3> - {{list.description}} + {{list.description|linebreaks}} </div> </div> {% endblock %} |