From fbd933f6c6c9a1ce96c6daa10820a8c80ce45cad Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Fri, 26 Aug 2022 21:46:29 +0100 Subject: [PATCH] Move relay notification to bottom --- core/templates/manage/threshold/irc/network/relays.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/templates/manage/threshold/irc/network/relays.html b/core/templates/manage/threshold/irc/network/relays.html index 8305b27..bc441a5 100644 --- a/core/templates/manage/threshold/irc/network/relays.html +++ b/core/templates/manage/threshold/irc/network/relays.html @@ -1,6 +1,5 @@ {% load index %}
- {% include 'manage/threshold/partials/notify.html' %} {% if relays is not None %}
@@ -219,4 +218,5 @@
{% endif %} + {% include 'manage/threshold/partials/notify.html' %}
\ No newline at end of file