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

Edit Hosting Client Profile

Update your personal identity, contact details, country, and city so your Host in Sri Lanka client account remains accurate, professional, and ready for future hosting requests, quotations, and event arrangements.

Client Profile Information

Keep your Hosting Client details up to date. These details help Ensolanka manage your account, coordinate communications, and support your future hosting inquiries, bookings, and event-related arrangements.

{% csrf_token %}
{% for field in form %}
{{ field }} {% if field.help_text %}
{{ field.help_text }}
{% endif %} {% for error in field.errors %}
{{ error }}
{% endfor %}
{% endfor %}
Updating your full 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 %}