diff options
Diffstat (limited to 'pydis_site/templates/resources/resources.html')
-rw-r--r-- | pydis_site/templates/resources/resources.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pydis_site/templates/resources/resources.html b/pydis_site/templates/resources/resources.html index 4dd07270..53feb255 100644 --- a/pydis_site/templates/resources/resources.html +++ b/pydis_site/templates/resources/resources.html @@ -124,7 +124,11 @@ <div class="column is-two-thirds"> {# Message to display when there are no hits #} - <h2 class="title is-3 has-text-centered pt-0 pb-6 no-resources-found">No matching resources found!</h2> + <div class="no-resources-found"> + <h2 class="title is-3 has-text-centered pt-0 pb-6 no-resources-found">No matching resources found!</h2> + <img src="{% static "images/resources/duck_pond_404.png" %}" width="650px"> + </div> + {# Resource cards #} <div class="content is-flex is-justify-content-center"> |