Skip to content

Commit

Permalink
Update deed.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mattl committed Sep 15, 2015
1 parent 6c370a9 commit fc7548e
Showing 1 changed file with 1 addition and 6 deletions.
Expand Up @@ -120,15 +120,10 @@ <h2>{% block license_name %}{% endblock %}</h2>
{% endfor %}
</div>
{% else %}
{% if license.version => 4 %}
<div class="summary">
{% 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 %}
</div>
{% else %}
<div class="summary">
{% trans %}This is a human-readable summary of (and not a substitute for) the <a href="legalcode" class="fulltext">license</a>.{% endtrans %}
</div>
{% endif %}

{% endif %}

<div class="disclaimer">
Expand Down

0 comments on commit fc7548e

Please sign in to comment.