Skip to content

Commit 9676da6

Browse files
committed
uncomment provides-extra and adds dynamic to release_detail
Signed-off-by: javanlacerda <[email protected]>
1 parent 23cd71b commit 9676da6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

warehouse/admin/templates/admin/projects/release_detail.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ <h3>Metadata</h3>
308308
{% endfor %}
309309
</td>
310310
</tr>
311-
{#
312311
<tr>
313312
<td>Provides-Extra</td>
314313
<td>
@@ -317,7 +316,14 @@ <h3>Metadata</h3>
317316
{% endfor %}
318317
</td>
319318
</tr>
320-
#}
319+
<tr>
320+
<td>Dynamic</td>
321+
<td>
322+
{% for dynamic in release.dynamic %}
323+
<code>{{ dynamic }}</code><br>
324+
{% endfor %}
325+
</td>
326+
</tr>
321327
</table>
322328
</div>
323329
</div>

0 commit comments

Comments
 (0)