From 16837a924858d296f288a0e9566f16e33f21195c Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Tue, 10 Aug 2010 08:58:12 +0800 Subject: templates/patch-list: add default text for patches with no name Signed-off-by: Jeremy Kerr --- templates/patchwork/patch-list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/patchwork') diff --git a/templates/patchwork/patch-list.html b/templates/patchwork/patch-list.html index d4dd325..bc9abe9 100644 --- a/templates/patchwork/patch-list.html +++ b/templates/patchwork/patch-list.html @@ -142,7 +142,7 @@ {% endif %} {{ patch.name }} + >{{ patch.name|default:"[no subject]" }} {{ patch.date|date:"Y-m-d" }} {{ patch.submitter|personify }} {{ patch.delegate.username }} -- cgit v1.2.3