projects
/
patchwork
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2da1d1
)
templates/patch-list: add default text for patches with no name
author
Jeremy Kerr
<jk@ozlabs.org>
Tue, 10 Aug 2010 00:58:12 +0000
(08:58 +0800)
committer
Jeremy Kerr
<jk@ozlabs.org>
Tue, 10 Aug 2010 00:58:12 +0000
(08:58 +0800)
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
templates/patchwork/patch-list.html
patch
|
blob
|
history
diff --git
a/templates/patchwork/patch-list.html
b/templates/patchwork/patch-list.html
index d4dd325c61fc4899548dd3cb00edc4495f2c7480..bc9abe943e62364bd1a5fbcea698e9e52c79467b 100644
(file)
--- a/
templates/patchwork/patch-list.html
+++ b/
templates/patchwork/patch-list.html
@@
-142,7
+142,7
@@
</td>
{% endif %}
<td><a href="{% url patchwork.views.patch.patch patch_id=patch.id %}"
- >{{ patch.name }}</a></td>
+ >{{ patch.name
|default:"[no subject]"
}}</a></td>
<td>{{ patch.date|date:"Y-m-d" }}</td>
<td>{{ patch.submitter|personify }}</td>
<td>{{ patch.delegate.username }}</td>