diff --git a/hiboo/account/templates/account_profiles.html b/hiboo/account/templates/account_profiles.html index 481cd25ee522c304febfcb3a49e71a647cd9777f..d198b8c2d5191f61de358fccb264fdd0b0a95945 100644 --- a/hiboo/account/templates/account_profiles.html +++ b/hiboo/account/templates/account_profiles.html @@ -24,6 +24,9 @@ {% elif service.policy in ("managed", "burst") %} <li><a href="{{ utils.url_for("profile.create", service_uuid=service.uuid) }}"><i class="fa fa-user-plus"></i> {% trans %}Request another profile{% endtrans %}</a></li> {% endif %} + {% if service.policy not in ("locked",) %} + <li><a href="{{ utils.url_for("profile.claim", service_uuid=service.uuid) }}"><i class="fa fa-user-plus"></i> {% trans %}Claim a profile{% endtrans %}</a></li> + {% endif %} {% endif %} <li><a href="#"><i class="fa fa-share"></i> {% trans %}Share this profile (not implemented){% endtrans %}</a></li> <li><a href="#"><i class="fa fa-trash"></i> {% trans %}Delete this profile (not implemented){% endtrans %}</a></li>