{% extends "introduction/base.html" %} {% block content %} {% block title %} SQL LAB {% endblock %}

Can You Log in as Admin

{% csrf_token %}

{% if user1 %}

Logged in as:
{{user1}}

{% elif wrongpass %}

The password you have entered doesnt match the username!

The SQL query being submitted is
{{ sql_error }}

{% elif no %}

User Not Found

{% else %} {% endif %}

{% endblock %}