Update web/templates/search.html

This commit is contained in:
2025-08-14 18:04:58 +00:00
parent 3882da0dfd
commit d0e1c03a81
-12
View File
@@ -62,18 +62,6 @@
{% endif %} {% endif %}
</div> </div>
{% if illustration_of_the_day %}
<div class="iod-card">
<div class="iod-header">Illustration of the Day</div>
<div class="iod-body">
{{ illustration_of_the_day.illustration|linebreaks }}
{% if illustration_of_the_day.application %}
<br><br>{{ illustration_of_the_day.application|linebreaks }}
{% endif %}
</div>
</div>
{% endif %}
<!-- Styles for the help panel --> <!-- Styles for the help panel -->
<style> <style>
.help-panel{ .help-panel{