From 804117addeb7b4e131f92abf3b90d115cc30d0a9 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 12 Dec 2020 18:32:50 +0100 Subject: [PATCH] Sort magic words here too --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 29f6550..f4ad6fc 100644 --- a/templates/index.html +++ b/templates/index.html @@ -54,7 +54,7 @@ - {% for magicword in pad.magicwords %} + {% for magicword in pad.magicwords | sort %} {% if magicword == "__PUBLISH__" %}

{{magicword}}

{% else %}