File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ <h1 class="title" style="margin-top: 3rem">There are no posts</h1>
5858
5959 <!-- Append the page if there is a search -->
6060 {% if search %}
61- < a href ="?q={{ search }}&page={{ page_obj.previous_page_number }} "> » </ a >
61+ < a href ="?q={{ search }}&page={{ page_obj.previous_page_number }} "> « </ a >
6262 {% else %}
6363 < a href ="?page={{ page_obj.previous_page_number }} "> «</ a >
6464 {% endif %}
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ <h1 class="title" style="margin-top: 3rem">There are no posts</h1>
5858
5959 <!-- Append the page if there is a search -->
6060 {% if search %}
61- < a href ="?q={{ search }}&page={{ page_obj.previous_page_number }} "> » </ a >
61+ < a href ="?q={{ search }}&page={{ page_obj.previous_page_number }} "> « </ a >
6262 {% else %}
6363 < a href ="?page={{ page_obj.previous_page_number }} "> «</ a >
6464 {% endif %}
You can’t perform that action at this time.
0 commit comments