File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
prefix_finder/frontend/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
< div class ="sidebar__main ">
7
7
{% if request.resolver_match.url_name == "list" %}
8
8
{% if request.META.HTTP_REFERER %}
9
- < a href ="{{ request.META.HTTP_REFERER }} " class ="button button--main-color button--block "> < i class ="material-icons "> arrow_back</ i > < span > Back to List </ span > </ a >
9
+ < a href ="{{ request.META.HTTP_REFERER }} " class ="button button--main-color button--block "> < i class ="material-icons "> arrow_back</ i > < span > Back to results </ span > </ a >
10
10
{% else %}
11
- < a href ="{% url "results " %}" class="button button--main-color button--block "> < i class ="material-icons "> arrow_back</ i > < span > Back to List </ span > </ a >
11
+ < a href ="{% url "results " %}" class="button button--main-color button--block "> < i class ="material-icons "> arrow_back</ i > < span > Back to results </ span > </ a >
12
12
{% endif %}
13
13
14
14
{% elif request.resolver_match.url_name == "about" %}
You can’t perform that action at this time.
0 commit comments