No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
1 additions and
1 deletions
-
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> |
|
|
|