* Use the Influence summary, where appropriate.
[matthijs/projects/xerxes.git] / templates / influences / index.html
index 888aee834ae4f4c370d171433829daa04887bcde..109901e9a7aff73811c8a2740be09cb9094d9c10 100644 (file)
@@ -20,7 +20,7 @@
 {% if influences %}
        <ul>
        {% for influence in influences %}
-        <li>{{ influence.character }} -- {{ influence.contact }} -- {{ influence.description }}</li>
+        <li>{{influence.contact }} -- {{ influence.summary }} </li>
        {% endfor %}
        </ul>
 {% else %}