{% extends "introduction/base.html" %} {% load static %} {% block content %} {% block title %} Cryptographic Failure {% endblock %} {% if success %}

Successfully logged in


{% if admin %} Congratulations, you have successfully logged in as an administrator. {% endif %} {% else %}

LOG IN

{% csrf_token %}

{% if failure %}

Login Failed

{% endif %}
{% endif %}
This lab is based on CWE-319

{% endblock %}