{% extends 'product_temp/base.html' %} {% block content %}

Create Product

{% if validation_error %}
{{ validation_error }}
{% endif %}
{% csrf_token %}









{% endblock %}