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

Commit

Permalink
add not_compatible_no_reasons to popups.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed May 3, 2012
1 parent 28180a5 commit 746b66d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/addons/templates/addons/popups.html
Expand Up @@ -175,5 +175,6 @@
selfhosted: {{ selfhosted()|json|safe }},
platform_link: {{ platform_link()|json|safe }},
bad_platform: {{ bad_platform()|json|safe }},
not_compatible: {{ not_compatible()|json|safe }}
not_compatible: {{ not_compatible()|json|safe }},
not_compatible_no_reasons: {{ not_compatible_no_reasons()|json|safe }}
};

0 comments on commit 746b66d

Please sign in to comment.