mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
7 lines
211 B
HTML
7 lines
211 B
HTML
|
{% if not crawler_enabled %}
|
||
|
<div class="alert alert-secondary text-center my-2" role="alert">
|
||
|
<h1><i class="fas fa-times-circle text-danger"></i> Crawler Disabled</h1>
|
||
|
<p>...</p>
|
||
|
</div>
|
||
|
{% endif %}
|