We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 837bf2d commit 9a1f4feCopy full SHA for 9a1f4fe
warehouse/templates/packaging/detail.html
@@ -105,9 +105,9 @@ <h1 class="package-header__name">
105
{% if release.summary %}
106
<p class="package-description">{{ release.summary }}</p>
107
{% endif %}
108
+ {# TODO: https://github.com/pypa/warehouse/issues/2810 (if logged in user can edit package)
109
<a href="{{ request.route_path('manage.project.settings', name=project.normalized_name) }}" class="button button--highlight">Edit Project</a>
- {# TODO: https://github.com/pypa/warehouse/issues/2810 (if logged in user can edit package)
110
- #}
+ #}
111
</div>
112
113
</section>
0 commit comments