{% extends "base.html" %} {% block title %} Knowledge Repo 403 {% endblock %} {% block content %}
Error!

You don't have permission to view this page!

{% if current_user.is_authenticated %} If you think you should have access to this page, please contact a site admin. {% else %} Click here to sign in, and then try accessing this page again. {% endif %}
{% endblock %}