{% set addon_type = amo.ADDON_WEBAPP %} {% extends 'base_modal.html' if request.is_ajax() else 'impala/base_side_categories.html' %} {% block title %}{{ _('Oops') }}{% endblock %} {# TODO(apps): Finalize copy. #} {% block primary %} {% block content %}

Oops! Not allowed.

You tried to do something that you weren't allowed to.

{% if csrf %} {% trans %}

Try going back to the previous page, refreshing and then trying again.

{% endtrans %} {% endif %}
{% endblock %} {% endblock %}