{% extends 'hosting_app/base_hosting.html' %} {% load static %} {% block title %}Reset Client Password | Host in Sri Lanka{% endblock %} {% block content %}
Hosting Client Password Reset

Reset your password

Enter the email address connected to your Hosting Client account. If the account exists, we will send password reset instructions.

{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}
{% csrf_token %}
{{ form.email }} {% for error in form.email.errors %}
{{ error }}
{% endfor %}
Back to Client Login
{% endblock %}