{% extends 'base.html' %} {% load static %} {% load crispy_forms_tags %} {% block title %}Login - ICTAZ Jobs Portal{% endblock %} {% block content %}
ICTAZ

Welcome Back

{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors.0 }}
{% endif %}
{% if form.username.errors %}
{{ form.username.errors.0 }}
{% endif %}
{% if form.password.errors %}
{{ form.password.errors.0 }}
{% endif %}

Don't have an account? Register here

Your information is secure and protected
{% endblock %}