Make the 403 error readable if triggered by AJAX

This commit is contained in:
Gregory Koberger 2011-11-21 17:15:24 -08:00
Родитель 038fb94f28
Коммит 35d179334d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,4 @@
{% extends "impala/base.html" %}
{% extends "base_modal.html" if request.is_ajax() else "impala/base.html" %}
{% block title %}{{ _('Oops') }}{% endblock %}