Skip to content

Commit f028931

Browse files
authored
Ensured that exhibit codes are shown for documents having non empty codes. (#397)
1 parent 27d0abd commit f028931

File tree

1 file changed

+1
-1
lines changed
  • web/nuremberg/documents/templates/documents

1 file changed

+1
-1
lines changed

web/nuremberg/documents/templates/documents/show.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ <h2 class="h6">Authors</h2>
225225
</p>
226226
{% endif %}
227227
{% if exhibit_codes %}
228-
{% if all_evidence_codes_not_empty %}
228+
{% if not all_exhibit_codes_empty %}
229229
<p>
230230
<strong>Exhibit Code{{ exhibit_codes|length|pluralize }}:</strong>
231231
{% for code in exhibit_codes %}

0 commit comments

Comments
 (0)