Move relay notification to bottom

This commit is contained in:
Mark Veidemanis 2022-08-26 21:46:29 +01:00
parent de42dcee03
commit fbd933f6c6
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,5 @@
{% load index %}
<div id="relays">
{% include 'manage/threshold/partials/notify.html' %}
{% if relays is not None %}
<div class="content" style="max-height: 30em; overflow: auto;">
<div class="table-container">
@ -219,4 +218,5 @@
</div>
</div>
{% endif %}
{% include 'manage/threshold/partials/notify.html' %}
</div>