Browse Source

Add MAGICWORDS iteration

main
Luke Murphy 3 years ago
parent
commit
ef908376cf
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 4
      templates/index.html

4
templates/index.html

@ -39,6 +39,10 @@
<td class="versions">
{% for v in pad.versions %}<a href="{{ v.url }}">{{ v.type }}</a> {% endfor %}
</td>
<!-- WOW -->
<td class="magicwords">
{% for magicword in pad.magicwords %}<a href="#{{ magicword }}">{{ magicword }}</a> {% endfor %}
</td>
<!--<td class="lastedited">{{ pad.lastedited_iso|datetimeformat }}</td>-->
<!--<td class="revisions">{{ pad.revisions }}</td>-->
<!--<td class="authors">{{ pad.author_ids|length }}</td>-->

Loading…
Cancel
Save