Skip to content

Commit

Permalink
Merge pull request #4044 from stsewd/fix-unbalanced-div
Browse files Browse the repository at this point in the history
Fix unbalanced div
ericholscher authored May 1, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents f6724a6 + 0e73bfa commit 7da6927
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions readthedocs/templates/search/elastic_project_search.html
Original file line number Diff line number Diff line change
@@ -38,25 +38,7 @@
{% endblock %}

{% block content %}

<!--
<div class="navigable">
<ul>
<h5>Content</h5>
<li class="active">Projects</li>
<li>Users</li>
<li>Files</li>
<h5>Language</h5>
<li class="active">English</li>
<li>Spanish</li>
<h5>Tag</h5>
<input name="tag">
</ul>
-->
<div>
<div>
<h2 class="quiet">Search in this project:</h2>
<!-- BEGIN search form -->
<div class="wide-search-bar">
@@ -132,6 +114,5 @@ <h3>{% blocktrans with query=query|default:"" %}Results for {{ query }}{% endblo
{# Show some example queries to run, maybe query syntax, something else? #}
{% endif %}

</div>
</div>
{% endblock %}

0 comments on commit 7da6927

Please sign in to comment.