Update web/templates/search.html
This commit is contained in:
@@ -62,6 +62,18 @@
|
|||||||
{% 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{
|
||||||
|
|||||||
Reference in New Issue
Block a user