Guest User

Untitled

a guest
Jun 29th, 2020
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.16 KB | None | 0 0
  1. <form action="{% url 'cart:cart_add' book.id %}" method="post">
  2.     {{ cart_book_form }}
  3.     {% csrf_token %}
  4.     <input type="submit" value="В корзину">
  5. </form>
Advertisement
Add Comment
Please, Sign In to add comment