Introduce a line break to clean up the state display for tracked drafts a bit.
- Legacy-Id: 4609
This commit is contained in:
parent
f86188252d
commit
93e38ee7de
|
@ -74,7 +74,7 @@ class StatusField(DisplayField):
|
|||
tags = '[%s]' % ",".join(tags)
|
||||
else:
|
||||
tags = ''
|
||||
return '%s%s' % (state, tags)
|
||||
return '%s<br/>%s' % (state, tags)
|
||||
|
||||
class WGField(DisplayField):
|
||||
codename = 'wg_rg'
|
||||
|
|
Loading…
Reference in a new issue