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

Forgotten your password?

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

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