{% extends "base.html" %} {% block title %}Login{% endblock %} {% block content %}
Authentication_Required

Access Portal

{% if error == "invalid_credentials" %}

Error: Invalid Username or Password

{% elif error == "unauthorized" %}

Warning: Session Required for This Segment

{% endif %}

Security_Layer: v2.4_Stable

{% endblock %}