diff options
author | Filipp Lepalaan <filipp@mac.com> | 2015-11-09 15:35:26 +0200 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2015-11-09 15:35:26 +0200 |
commit | 981855ad27c331a03dbfcec24bd6b49c30681c94 (patch) | |
tree | c2562266267cb17504334ac0e87df581f3c25b18 /servo/templates/search | |
parent | 96432a9a4ff849da6c3f450253198b83cf3fbde9 (diff) | |
download | Servo-981855ad27c331a03dbfcec24bd6b49c30681c94.tar.gz Servo-981855ad27c331a03dbfcec24bd6b49c30681c94.tar.bz2 Servo-981855ad27c331a03dbfcec24bd6b49c30681c94.zip |
Remove username from profile page URLs
Diffstat (limited to 'servo/templates/search')
-rwxr-xr-x | servo/templates/search/spotlight.html | 2 |
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 %} |