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

Welcome Back

Sign in to your account to continue

{% if form.errors %} {% endif %}
{% csrf_token %} {% for field in form %}
{{ field }} {% if field.errors %}
{{ field.errors|join:', ' }}
{% endif %}
{% endfor %}

Don't have an account? Register here

{% endblock content %}