From 0d26a8df534c682ec6c75025e228ce2771b64604 Mon Sep 17 00:00:00 2001 From: Davor Spasovski Date: Thu, 20 Oct 2011 13:49:32 -0700 Subject: [PATCH] disabled 'firefox required' balloon messages from apps/ by overriding them with an empty 'balloon' block (bug 693713) --- apps/webapps/templates/webapps/base.html | 2 ++ templates/impala/base.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/apps/webapps/templates/webapps/base.html b/apps/webapps/templates/webapps/base.html index db6b6e438a..85693fcb3a 100644 --- a/apps/webapps/templates/webapps/base.html +++ b/apps/webapps/templates/webapps/base.html @@ -11,6 +11,8 @@ {% block aux_nav %}{% endblock %} +{% block balloons %}{% endblock %} + {% block footer %} {% include "amo_footer_small.html" %} {% endblock %} diff --git a/templates/impala/base.html b/templates/impala/base.html index ff60841bd8..7be7e70f85 100644 --- a/templates/impala/base.html +++ b/templates/impala/base.html @@ -87,6 +87,7 @@ {{ site_nav() }} {% endblock %} + {% block balloons %} {% if ADMIN_MESSAGE or settings.READ_ONLY %}
{% if ADMIN_MESSAGE %} @@ -147,6 +148,7 @@

{{ _('Close') }}
+ {% endblock %} {% endblock site_header %}