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

flag next step message on devhub #1554

Merged
merged 1 commit into from Dec 17, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion mkt/developers/templates/developers/base_impala.html
Expand Up @@ -20,7 +20,7 @@

{% block outer_content %}
{% block submit_next_step %}
{% if addon and next_step %}
{% if waffle.switch('iarc') and addon and next_step %}
<div class="notification-box">
<p>
{% if addon.is_incomplete() %}
Expand Down