Merge pull request #1308 from emanuelschuetze/fix-motion-title
Fixed motion title in motion list view (#1148).
This commit is contained in:
commit
68000b6eac
@ -62,7 +62,7 @@
|
||||
{% for motion in motion_list %}
|
||||
<tr class="{% if motion.is_active_slide %}activeline{% endif %}">
|
||||
<td class="nobr">{{ motion.identifier|default:'' }}</td>
|
||||
<td><a href="{{ motion|absolute_url }}">{{ motion }}</a></td>
|
||||
<td><a href="{{ motion|absolute_url }}">{{ motion.title }}</a></td>
|
||||
<td class="optional">{% if motion.category %}{{ motion.category }}{% else %}–{% endif %}</td>
|
||||
<td class="optional-small"><span class="label label-info">{% trans motion.state.name %}</span></td>
|
||||
<td class="optional">
|
||||
|
Loading…
Reference in New Issue
Block a user