{% extends "base.html" %} {% block title %}Log in to ASA website{% endblock %} {% block content %}

Log in to ASA website

{% if form.errors %}

Your username and password didn't match. Please try again.

{% endif %}

You should be able to log-in using MIT certificates. If you have trouble, please verify that you have unexpired certificates by visiting the IS&T certificate test page. If you don't have certificates, you should get them. If you have certificates but still have trouble, please email asa-db and tell us what browser and OS you are using.

In the unlikely event that you have a username and password, you can log in below.

{% csrf_token %}
{{ form.username.label_tag }} {{ form.username }}
{{ form.password.label_tag }} {{ form.password }}
Not Athena password (see above).
{% endblock %}