Guest User

Untitled

a guest
Jan 16th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. class PersonList(ListView):
  2.  
  3. model=Person
  4. context_object_name='persons'
  5.  
  6. <form class="form-inline my-2 my-lg-0" name="search" action="{% url 'artdb:search' %}" method="post">{% csrf_token %}
  7. <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search" value="{{name}}">
  8. <button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
  9. </form>r code here
Add Comment
Please, Sign In to add comment