{% extends "base_modal.html" if request.is_ajax() else "impala/base_shared.html" %} {% block title %}{{ _('Not allowed') }}{% endblock %} {% block content %} {% trans %} Oops! Not allowed. You tried to do something that you weren't allowed to. {% endtrans %} {% if because_csrf %} {% trans %} Try going back to the previous page, refreshing and then trying again. {% endtrans %} {% endif %} {% endblock %}
You tried to do something that you weren't allowed to.
Try going back to the previous page, refreshing and then trying again.