mirror of
https://github.com/status-im/swarms.git
synced 2025-03-02 10:30:37 +00:00
#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>
|
</thead>
|
||||||
{% for page in ideas %}
|
{% for page in ideas %}
|
||||||
<tr>
|
<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="id"><a href="{{page.url|relative_url}}">{{page.id|xml_escape}}</a></td>
|
||||||
<td class="title">{{page.title|xml_escape}}</td>
|
<td class="title">{{page.title|xml_escape}}</td>
|
||||||
<td class="categ">{{page.category|xml_escape}}</td>
|
<td class="categ">{{page.category|xml_escape}}</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user