Skip to content

Commit 5adebeb

Browse files
authored
Make provenance heading conditional (#17077)
1 parent 932cbbd commit 5adebeb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

warehouse/templates/includes/file-details.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,8 @@ <h3>File hashes</h3>
9797
</p>
9898
</div>
9999

100-
<h3>Provenance</h3>
101-
102100
{% if file.provenance %}
101+
<h3>Provenance</h3>
103102
{% set provenance = file.provenance.as_model %}
104103
<p>
105104
The following attestation bundles were made for <code>{{ file.filename }}</code>:

0 commit comments

Comments
 (0)