File diff 68e7e4e594fb → 745f6db444fa
registrasion/templates/product_category.html
Show inline comments
...
 
@@ -9,12 +9,14 @@
 

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

	
 
    <table>
 
        {{ formset }}
 
        {{ form }}
 
    </table>
 

	
 
    <input type="submit">
 

	
 
  </form>
 

	
 

	
 
{% endblock %}