{% extends 'hosting_app/base_hosting.html' %} {% block title %}Edit Hosting Partner Profile{% endblock %} {% block content %}
Hosting Partner Profile

Edit Hosting Partner Profile

Update your business identity, contact details, and hosting introduction so your Host in Sri Lanka partner account remains accurate, professional, and ready for future venue and event opportunities.

Partner Profile Information

Keep your Hosting Partner details up to date. These details help Ensolanka manage your account, coordinate communications, and support your future venue listings.

{% csrf_token %}
{% for field in form %}
{{ field }} {% if field.help_text %}
{{ field.help_text }}
{% endif %} {% for error in field.errors %}
{{ error }}
{% endfor %}
{% endfor %}
Updating the contact person name and email will also keep the linked user account synchronized where applicable.
Cancel
{% if form.non_field_errors %}
{% for error in form.non_field_errors %}
{{ error }}
{% endfor %}
{% endif %}
{% endblock %}