Skip to content

Commit

Permalink
good day parentheses (bug 622729)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Balogh committed Jan 4, 2011
1 parent 06f98cd commit 4f2f38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/devhub/templates/devhub/versions/list.html
Expand Up @@ -44,7 +44,7 @@ <h3>{{ _('Current Status') }}</h3>
{{ status(_('Please select a review option.')) }}
{{ _("All add-ons hosted in our gallery must now be reviewed by an editor. If you wish to continue hosting your add-on, please select a review process from the choices below.") }}
{% endif %}
{% if not (addon.is_disabled or addon.is_incomplete) %}
{% if not (addon.is_disabled or addon.is_incomplete()) %}
<a href="{{ remora_url('developers/docs/policies/reviews#selection') }}">
{{ _('Learn more') }}</a>
{% endif %}
Expand Down

0 comments on commit 4f2f38d

Please sign in to comment.