{% extends 'events/base.html' %} {% load static %} {% block title %}Change Password - Lusaka Internet Meetup{% endblock %} {% block content %}
Bloggers of Zambia Logo

Change Your Password

Please enter your old password, then enter your new password twice.

{% csrf_token %} {% if form.errors %}
Please correct the errors below.
{% endif %} {% for field in form %}
{{ field }} {% if field.errors %}
{{ field.errors|join:', ' }}
{% endif %} {% if field.help_text %}
{{ field.help_text }}
{% endif %}
{% endfor %}
Back to Profile
{% endblock %}