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

Edit Profile

{% csrf_token %}
Business Name: {{user_profile_form.business_title}}
Address: {{user_profile_form.business_address}}
Email: {{user_profile_form.business_email}}
Phone: {{user_profile_form.business_phone}}
GST: {{user_profile_form.business_gst}}
{% endblock %}