Skip to content

Commit

Permalink
Fix no search results
Browse files Browse the repository at this point in the history
  • Loading branch information
fessehaye committed Oct 21, 2021
1 parent def4bad commit 18e693b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load i18n static %}
{% load i18n static localization %}

<div class="container">
<img class="mb-3 oh-no-face" src="{% static '_images/buyers-guide/faces/oh-no.svg' %}" alt="{% trans "Sad face. No products were found." %}">
Expand All @@ -9,8 +9,9 @@ <h3 class="h3-heading">

<p class="mb-0">
{% url 'buyersguide-home' as home_url %}
{% relocalized_url home_page.localized.url as home_url%}
{% blocktrans trimmed %}
Try going back to <a href="#" class="go-back-to-all-link">All</a>. You might find it there.
Try going back to <a href="{{home_url}}" class="go-back-to-all-link">All</a>. You might find it there.
{% endblocktrans %}
</p>
</div>

0 comments on commit 18e693b

Please sign in to comment.