Guest User

Untitled

a guest
Nov 18th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. {% choice
  2. "select_product"
  3. label="Select Product",
  4. value="0",
  5. choices="[
  6. [\"Spear Online\", \"Spear Online\"],
  7. [\"Study Club\", \"Study Club\"]
  8. ]",
  9. export_to_template_context=True
  10. %}
  11.  
  12.  
  13. <!-- MODAL FORM CHOICE -->
  14. {% if widget_data.select_product.value == 'Study Club' %}
  15. {% Include 'custom/page/partials/sc-start-a-club-modal.html' %}
  16. {% else %}
  17. {% Include 'custom/page/partials/demo-modal.html' %}
  18. {% endif %}
Add Comment
Please, Sign In to add comment