Browse Source

Sort magic words

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

2
templates/index.html

@ -71,7 +71,7 @@
</table>
<div id="magicarea">
{% for magicword in allmagicwords | unique %}
{% for magicword in allmagicwords | unique | sort %}
{% if magicword != "__PUBLISH__" %}
<div class="magic" id="{{magicword}}">
<h2>{{ magicword }}</h2>

Loading…
Cancel
Save