Skip to content

Commit

Permalink
7834 - Fix AI column Problems
Browse files Browse the repository at this point in the history
  • Loading branch information
fessehaye committed Nov 17, 2021
1 parent 69c0da9 commit 67eadd3
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,11 @@ <h3 class="tw-mb-4 tw-font-zilla tw-text-2xl tw-leading-7">{% trans "What kind o
</div>
</section>

{% trans "Does the user have control over the AI features?" as ai_is_transparent %}
{% include "fragments/product_criterion.html" with label=ai_is_transparent value=product.ai_is_transparent|extended_yes_no help=product.ai_can_user_control_helptext rich_help_text=True %}
{% trans "Is the company transparent about how the AI works?" as ai_is_transparent %}
{% include "fragments/product_criterion.html" with label=ai_is_transparent value=product.ai_is_transparent|extended_yes_no help=product.ai_is_transparent_helptext rich_help_text=True %}

{% trans "Does the user have control over the AI features?" as ai_can_user_control %}
{% include "fragments/product_criterion.html" with label=ai_can_user_control value=product.ai_can_user_control|extended_yes_no help=product.ai_can_user_control_helptext rich_help_text=True %}

{% endif %}
{% endwith %}
Expand Down

0 comments on commit 67eadd3

Please sign in to comment.