Skip to content

Commit

Permalink
Merge pull request #12930 from codersquid/certified-replace-enabled
Browse files Browse the repository at this point in the history
use different value for level in certified template
  • Loading branch information
nottrobin committed Jun 7, 2023
2 parents 881fbc1 + 1824d01 commit 860b667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/certified/model-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h3>{{ release.name }}</h3>
{% else %}
<section>
{% endif %}
{% if release.level == "Enabled" %}
{% if release.level == "Certified Pre-Install" %}
<p class="u-no-margin--bottom">Pre-installed in some regions with a custom Ubuntu image that takes advantage of the system's hardware features and may include additional software. Standard images of Ubuntu may not work well, or at all.</p>
{% if vendor == "Xilinx" %}
<p class="u-no-margin--bottom" style="padding-top:1.4rem;">
Expand Down

0 comments on commit 860b667

Please sign in to comment.