Skip to content

Commit 9a1f4fe

Browse files
committed
Properly comment out Edit Project link
1 parent 837bf2d commit 9a1f4fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

warehouse/templates/packaging/detail.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ <h1 class="package-header__name">
105105
{% if release.summary %}
106106
<p class="package-description">{{ release.summary }}</p>
107107
{% endif %}
108+
{# TODO: https://github.com/pypa/warehouse/issues/2810 (if logged in user can edit package)
108109
<a href="{{ request.route_path('manage.project.settings', name=project.normalized_name) }}" class="button button--highlight">Edit Project</a>
109-
{# TODO: https://github.com/pypa/warehouse/issues/2810 (if logged in user can edit package)
110-
#}
110+
#}
111111
</div>
112112
</div>
113113
</section>

0 commit comments

Comments
 (0)