Skip to content

Commit

Permalink
Fixes bug 1106738 - Removed link to Advanced Search.
Browse files Browse the repository at this point in the history
  • Loading branch information
adngdb committed Dec 2, 2014
1 parent 2c3c142 commit 67cb020
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions webapp-django/crashstats/base/templates/crashstats_base.html
Expand Up @@ -113,10 +113,6 @@ <h1>Product Navigation</h1>
{% endblock %}

<div class="search">
<a href="{{ url('crashstats:query') }}?product={{ product }}{% if version and version != 'ALL' %}&amp;version={{ product}}:{{ version }}{% endif %}#advanced">
Advanced Search
</a>
-
<a href="{{ url('supersearch.search') }}?product={{ product }}{% if version and version != 'ALL' %}&amp;version={{ version }}{% endif %}">
Super Search
</a>
Expand Down

0 comments on commit 67cb020

Please sign in to comment.