{% extends 'events/base.html' %} {% block title %}Reset Password - Lusaka Internet Meetup{% endblock %} {% block content %}

Reset Password

Enter your email address below, and we'll send you instructions for setting a new password.

{% csrf_token %}
{{ form.email }} {% if form.email.errors %}
{{ form.email.errors }}
{% endif %}
{% endblock %}