aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/search
diff options
context:
space:
mode:
Diffstat (limited to 'servo/templates/search')
-rwxr-xr-xservo/templates/search/spotlight.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/templates/search/spotlight.html b/servo/templates/search/spotlight.html
index e372b23..3b3715c 100755
--- a/servo/templates/search/spotlight.html
+++ b/servo/templates/search/spotlight.html
@@ -33,5 +33,5 @@
{% endblock second_column %}
{% block footer %}
- <li><i class="icon-home"></i> <a href="{% url 'accounts-list_orders' request.user.username %}">{% trans "Home" %}</a> <span class="divider">/</span></li><li class="active">{{ title }}</li>
+ <li><i class="icon-home"></i> <a href="{% url 'accounts-list_orders' %}">{% trans "Home" %}</a> <span class="divider">/</span></li><li class="active">{{ title }}</li>
{% endblock footer %}