{% extends 'registration/registration_base.html' %} {% block title %}Dj Learning Management System - Login{% endblock title %} {% load crispy_forms_tags %} {% block content %}
Sign in
{% csrf_token %}
{% if form.errors %} Invalid ID & Password.
{% endif %}

{% endblock content %} {% block js %} {% endblock %}