Merge pull request #1308 from emanuelschuetze/fix-motion-title

Fixed motion title in motion list view (#1148).
This commit is contained in:
Norman Jäckel 2014-05-20 21:58:19 +02:00
commit 68000b6eac
1 changed files with 1 additions and 1 deletions

View File

@ -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">