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

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