From ea6a9d9357ff3c851ab80947a7af66c3c0c0d7c9 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 13 Feb 2020 09:52:32 +0100 Subject: allow todo list name to wrap We have quite long todo list names, with attribute "nowrap" this looks pretty strange on small screens. --- templates/devel/index.html | 2 +- templates/todolists/list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/devel/index.html b/templates/devel/index.html index 793a2bad..873b9fa5 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -136,7 +136,7 @@ {% for todo in todos %} - {{ todo.name }} {{ todo.created|date }} {{ todo.creator.get_full_name }} diff --git a/templates/todolists/list.html b/templates/todolists/list.html index 7b5f5648..75066a8d 100644 --- a/templates/todolists/list.html +++ b/templates/todolists/list.html @@ -35,7 +35,7 @@ {% for list in lists %} - {{ list.name }} {{ list.created|date }} {{ list.creator.get_full_name }} -- cgit v1.2.3-55-g3dc8