~chipaca/unity-lens-video/custom-user-agent

« back to all changes in this revision

Viewing changes to templates/base.html

  • Committer: Janos Gyerik
  • Date: 2012-02-18 07:55:07 UTC
  • Revision ID: janos@axiom-20120218075507-lg0twg1036yzue6v
advanced search works, but not yet with ajax

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
                </ul>
29
29
 
30
30
                {% if searchform %}
31
 
                <form class="navbar-search pull-left" id="search-form" method="get" action="{% url bashoneliners.main.views.search %}">
 
31
                <form class="navbar-search pull-left" method="get" action="{% url bashoneliners.main.views.search %}">
32
32
                    {{ searchform.query }}
33
33
                </form>
34
34
                {% endif %}