{% extends "gstbillingapp/base.html" %} {% load static %} {% block content %}

Edit Customer

{% csrf_token %}
Customer Name: {{customer_form.customer_name}}
Customer Address: {{customer_form.customer_address}}
Customer Phone: {{customer_form.customer_phone}}
Customer GST: {{customer_form.customer_gst}}
{% endblock %}