mirror of https://github.com/status-im/swarms.git
#214 - Add lead-contributor to ides registry
Added lead-contributor to table
This commit is contained in:
parent
e8ea757b2f
commit
dee8338faa
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue