Skip to content

Commit

Permalink
fix logic for s2a1A
Browse files Browse the repository at this point in the history
  • Loading branch information
TimidRobot committed Nov 21, 2023
1 parent 98c0169 commit 2a5f232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/includes/legalcode_licenses_4.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ <h3 id="s2">{% blocktrans trimmed %}Section 2 – Scope.{% endblocktrans %}</h3>
to:
{% endblocktrans %}
<ol type="A">
{% if legal_code|is_one_of:"by-nc,by-nc-nd,by-nd-sa" %}
{% if legal_code|is_one_of:"by-nc,by-nc-nd,by-nc-sa,by-nd-sa" %}
<li id="s2a1A">
{% blocktrans trimmed %}
reproduce and Share the Licensed Material, in whole or in part, for
Expand Down

0 comments on commit 2a5f232

Please sign in to comment.