{% extends "introduction/base.html" %} {% load static %} {% block content %} {% block title %} Broken Access Control. {% endblock %}

Admins Have the Secretkey



{% if username %}

Logged in as user: {{username}}

{% endif %} {% if data %}

Your Secret Key is {{data}}

{% endif %} {% if not_admin %}

{{not_admin}}

{% endif %} {% if no_creds %}

Please Provide Credentials

{% endif %}

{% endblock %}