{% extends "inventory/base2.html" %} {% block headermsg %}

ADD A NEW DIGITAL PRODUCT

Upload Digital Inventory (like a PDF or html page) via the codeless payments frontend, and the user can then purchase it and view the version hosted by the codeless payment frontend. A large number of uploading format is accepted.

{% endblock headermsg %} {% block content %}
{% csrf_token %} {% for field in form %} {% if field.label == 'Price'%} {{ field }} {% else %} {{ field }} {% endif %} {% endfor %}
{% endblock content %}