{% 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 }} Email: {{ form.username }} Forgot? {{ form.password.errors }} Password: {{ form.password }} Forgot? Login Create an account {% endblock %}
Log into your account to unlock functionality and contribute new data to the database.
{{ form.username.errors }} Email: {{ form.username }} Forgot?
{{ form.password.errors }} Password: {{ form.password }} Forgot?