Advertisement
pacho_the_python

Untitled

Nov 24th, 2022
765
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.42 KB | None | 0 0
  1. {% extends 'base/base_web.html' %}
  2. {% block page_content %}
  3.     <h1><span>Index</span></h1>
  4.     <div class="form-search">
  5.         <form method="get" action="{% url 'search' %}">
  6.             <input name="q" type="text" placeholder="Search..." aria-label="Search">
  7.             {% csrf_token %}
  8.             <button><span class="glyphicon glyphicon-search"></span> Search</button>
  9.         </form>
  10.     </div>
  11. {% endblock %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement