{% extends "base.html" %} {% load static %} {% load settings_value %} {% block main %}

Login

Log into your account to unlock functionality and contribute new data to the database.

{% csrf_token %} {{ form.non_field_errors }}

{{ form.username.errors }} {{ form.username }} Forgot?

{{ form.password.errors }} {{ form.password }} Forgot?

Create an account
{% endblock %}