improve indentation

This commit is contained in:
glyph 2021-11-13 10:52:46 +02:00
parent dd189e89e0
commit 06117f377d

View File

@ -4,7 +4,6 @@
<div class="card center"> <div class="card center">
<div class="text-container"> <div class="text-container">
<h4> Current Admins </h4> <h4> Current Admins </h4>
{% if not ssb_admin_ids %} {% if not ssb_admin_ids %}
<div> <div>
There are no currently configured admins. There are no currently configured admins.
@ -22,13 +21,10 @@
<a class="button button-primary center full-width" style="margin-top: 25px;" href="/settings/admin/add" title="Add Admin">Add Admin</a> <a class="button button-primary center full-width" style="margin-top: 25px;" href="/settings/admin/add" title="Add Admin">Add Admin</a>
</div> </div>
<!-- FLASH MESSAGE --> <!-- FLASH MESSAGE -->
{% include "snippets/flash_message" %} {% include "snippets/flash_message" %}
<!-- NO SCRIPT FOR WHEN JS IS DISABLED --> <!-- NO SCRIPT FOR WHEN JS IS DISABLED -->
{% include "snippets/noscript" %} {% include "snippets/noscript" %}
</div>
</div> </div>
{%- endblock card -%} {%- endblock card -%}