File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
src/attributecode/templates Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 5050 {{ license_key }}
5151 </a>
5252 is available at the end of this document.</p>
53- {% else %}
54- {% if about_object.license_file.value %}
55- {% for lic_file_name in about_object.license_file.value %}
56- {% if not license_file_name_and_key[lic_file_name] in common_licenses %}
57- <pre>{{ about_object.license_file.value[lic_file_name] | e}}</pre>
58- {% endif %}
59- {% endfor %}
60- {% endif %}
6153 {% endif %}
6254 {% endfor %}
55+ {% if about_object.license_file.value %}
56+ {% for lic_file_name in about_object.license_file.value %}
57+ {% if not license_file_name_and_key[lic_file_name] in common_licenses %}
58+ <pre>{{ about_object.license_file.value[lic_file_name] | e}}</pre>
59+ {% endif %}
60+ {% endfor %}
61+ {% endif %}
6362 {% else %}
6463 {% if about_object.license_file.value %}
6564 {% for lic_file_name in about_object.license_file.value %}
You can’t perform that action at this time.
0 commit comments