{% extends "registration/base.html" %} {% block main_title %}Login{% endblock %} {% block content %}

{{ settings.CONFERENCE_NAME }} Login

{% if form.username.errors or form.password.errors %}
{{ form.username.html_error_list }}{{ form.password.html_error_list }}
{% endif %}
Don't have an account? Create one here.
Have you forgotten your password?

NOTE: This is the login for the site wiki's, management, and schedule applications. If you are looking for registration related information that login is here.

{% endblock %}