Skip to content

Commit 3713558

Browse files
committed
Update deed.html
1 parent b3b4249 commit 3713558

File tree

1 file changed

+6
-0
lines changed
  • python_env/src/cc.engine/cc/engine/templates/macros_templates

1 file changed

+6
-0
lines changed

python_env/src/cc.engine/cc/engine/templates/macros_templates/deed.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,15 @@ <h2>{% block license_name %}{% endblock %}</h2>
120120
{% endfor %}
121121
</div>
122122
{% else %}
123+
{% if license.version => 4 %}
124+
<div class="summary">
125+
{% trans %}This is a human-readable summary of the <a href="./legalcode" title="Read the full legal code">Legal Code (read the full text)</a>.{% endtrans %}
126+
</div>
127+
{% else %}
123128
<div class="summary">
124129
{% trans %}This is a human-readable summary of (and not a substitute for) the <a href="legalcode" class="fulltext">license</a>.{% endtrans %}
125130
</div>
131+
{% endif %}
126132
{% endif %}
127133

128134
<div class="disclaimer">

0 commit comments

Comments
 (0)