Skip to content

Commit

Permalink
Remove project search box. (#2157)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher authored and agjohnson committed Jun 2, 2016
1 parent 09f1502 commit 9c73c8e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions readthedocs/templates/core/project_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@
<div id="project_details">
<div class="wrapper">

{% block search %}
<!-- BEGIN search bar -->
<div class="search">
<form action="{% url "elastic_project_search" project.slug %}" method="GET">
<input type="text" name="q" value="" placeholder="{% blocktrans %}Search {{ project }}{% endblocktrans %}" id="id_site_search">
<input type="hidden" name="selected_facets" value="project_exact:{{ project.name }}">
<input type="submit" value="{% trans "Search" %}">
</form>
</div>
<!-- END search bar -->
{% endblock search %}

<div class="module">
{% if onboard %}
<!-- BEGIN onboard -->
Expand Down

0 comments on commit 9c73c8e

Please sign in to comment.