File diff c6314ae230da → 1886323d7431
pinaxcon/templates/registrasion/product_category.html
Show inline comments
...
 
@@ -21,13 +21,13 @@
 
{% endblock %}
 

	
 
{% block content %}
 

	
 
  <button id="voucher-form-button" class="btn" onclick="showVoucherForm()">Enter voucher code</button>
 

	
 
  <form method="post" action="">
 
  <form class="form-horizontal" method="post" action="">
 
    {% csrf_token %}
 

	
 
    <fieldset id="voucher-form" style="display: none;">
 
      {% include "_form_snippet.html" with form=voucher_form %}
 
      <div class="btn-group" />
 
        <input class="btn btn-primary" type="submit" value="Add voucher" />