Skip to content
Snippets Groups Projects
Commit a3452913 authored by kaiyou's avatar kaiyou
Browse files

Merge branch 'feature/claim-profile-from-MyAccount-page' into 'master'

Add : claim from MyAccounts page

See merge request !19
parents 0a89d64e ac70c0e7
No related branches found
No related tags found
2 merge requests!20Add 'remember me' button,!19Add : claim from MyAccounts page
Pipeline #1474 passed
......@@ -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>&nbsp;&nbsp;{% 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>&nbsp;&nbsp;{% trans %}Claim a profile{% endtrans %}</a></li>
{% endif %}
{% endif %}
<li><a href="#"><i class="fa fa-share"></i>&nbsp;&nbsp;{% trans %}Share this profile (not implemented){% endtrans %}</a></li>
<li><a href="#"><i class="fa fa-trash"></i>&nbsp;&nbsp;{% trans %}Delete this profile (not implemented){% endtrans %}</a></li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment