diff --git a/warehouse/static/sass/blocks/_author-profile.scss b/warehouse/static/sass/blocks/_author-profile.scss index f9fa0c883a1e..07164da3aa61 100644 --- a/warehouse/static/sass/blocks/_author-profile.scss +++ b/warehouse/static/sass/blocks/_author-profile.scss @@ -58,6 +58,7 @@ &__info { padding-top: $spacing-unit; + margin-bottom: $spacing-unit; } &__name { diff --git a/warehouse/templates/accounts/profile.html b/warehouse/templates/accounts/profile.html index 1eced0d0f1a4..12c3cee6868d 100644 --- a/warehouse/templates/accounts/profile.html +++ b/warehouse/templates/accounts/profile.html @@ -35,6 +35,11 @@

{{ user.name }}

{% csi request.route_path("includes.edit-profile-button", username=user.username) %} {% endcsi %} + + diff --git a/warehouse/templates/packaging/detail.html b/warehouse/templates/packaging/detail.html index b1e087fea3b7..8e9351cc1f61 100644 --- a/warehouse/templates/packaging/detail.html +++ b/warehouse/templates/packaging/detail.html @@ -193,6 +193,11 @@ {% endfor %} + + {% if release.classifiers %}