File diff 68e7e4e594fb → 745f6db444fa
registrasion/templates/product_category.html
Show inline comments
...
 
@@ -6,15 +6,17 @@
 
  <h1>Product Category: {{ category.name }}</h1>
 

	
 
  <p>{{ category.description }}</p>
 

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

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

	
 
    <input type="submit">
 

	
 
  </form>
 

	
 

	
 
{% endblock %}