#214 - Add lead-contributor to ides registry

Added lead-contributor to table
This commit is contained in:
Ophelia 2018-05-01 01:33:09 -07:00
parent e8ea757b2f
commit dee8338faa
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
</thead>
{% for page in ideas %}
<tr>
<td class="contributor">{{page.contributor|xml_escape}}</td>
<td class="lead-contributor">{{page.lead-contributor|xml_escape}}</td>
<td class="id"><a href="{{page.url|relative_url}}">{{page.id|xml_escape}}</a></td>
<td class="title">{{page.title|xml_escape}}</td>
<td class="categ">{{page.category|xml_escape}}</td>