Skip to content

Commit

Permalink
uncomment provides-extra and adds dynamic to release_detail
Browse files Browse the repository at this point in the history
Signed-off-by: javanlacerda <javanlacerda@google.com>
  • Loading branch information
javanlacerda committed Mar 5, 2024
1 parent f87e97d commit 98f90f9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions warehouse/admin/templates/admin/projects/release_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ <h3>Metadata</h3>
{% endfor %}
</td>
</tr>
{#
<tr>
<td>Provides-Extra</td>
<td>
Expand All @@ -317,7 +316,14 @@ <h3>Metadata</h3>
{% endfor %}
</td>
</tr>
#}
<tr>
<td>Dynamic</td>
<td>
{% for dynamic in release.dynamic %}
<code>{{ dynamic }}</code><br>
{% endfor %}
</td>
</tr>
</table>
</div>
</div>
Expand Down

0 comments on commit 98f90f9

Please sign in to comment.