Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
.main the game rating/status warnings (bug 567282)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed Dec 20, 2012
1 parent 96f6110 commit fb1c966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkt/detail/templates/detail/protected_app.html
Expand Up @@ -20,7 +20,7 @@
product.listed_in(category='games') and
not product.content_ratings_in(mkt.regions.BR, 'games') %}
{% if unrated_brazil_game or needs_a_rating %}
<section id="product-rating-status" class="full notification-box">
<section id="product-rating-status" class="main full notification-box">
<div>
{% if needs_a_rating %}
<p class="toggle">
Expand Down Expand Up @@ -65,7 +65,7 @@
</section>
{% endif %}
{% if not product.is_public() %}
<section id="product-status" class="full notification-box">
<section id="product-status" class="main full notification-box">
<div>
{% if is_dev or is_admin %}
{% if product.status in (amo.STATUS_NULL, amo.STATUS_REJECTED) or
Expand Down

0 comments on commit fb1c966

Please sign in to comment.