{% extends 'base.html' %}{% load static %} {% block title %}Add Product — Unity Nation{% endblock %} {% block content %}
Merchant Dashboard

Add Product

List a new product in the Unity Nation marketplace.

{% csrf_token %}
{% if form.name.errors %}
{{ form.name.errors }}
{% endif %}

Cancel
{% endblock %}