remove unnecessary margin

pull/104/head
Aevann 2023-01-28 12:50:54 +02:00
parent 05de367b22
commit 5df10ec0e0
1 changed files with 1 additions and 5 deletions

View File

@ -126,14 +126,10 @@
<label class="custom-control-label" for="under_attack">Under Attack Mode</label> <label class="custom-control-label" for="under_attack">Under Attack Mode</label>
</div> </div>
{% endif %} {% endif %}
<br>
{% endif %} {% endif %}
{% if v.admin_level >= PERMS['SITE_CACHE_PURGE_CDN'] %} {% if v.admin_level >= PERMS['SITE_CACHE_PURGE_CDN'] %}
<h4>Caching</h4> <button type="button" class="btn btn-primary" data-nonce="{{g.nonce}}" data-onclick="postToastSwitch(this,'/admin/clear_cloudflare_cache');" style="margin-bottom: 2em;">CLEAR CLOUDFLARE CACHE</button>
{% if v.admin_level >= PERMS['SITE_CACHE_PURGE_CDN'] %}
<button type="button" class="btn btn-primary mt-3" data-nonce="{{g.nonce}}" data-onclick="postToastSwitch(this,'/admin/clear_cloudflare_cache');" style="margin-bottom: 2em;">CLEAR CLOUDFLARE CACHE</button>
{% endif %}
{% endif %} {% endif %}
{% endblock %} {% endblock %}