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

Do not forward back to create_quick

parent cf65dfb6
No related branches found
No related tags found
No related merge requests found
......@@ -34,9 +34,9 @@
{% block actions %}
{% if service.policy not in ("locked",) %}
<a href="{{ utils.url_for(".claim", intent=True) }}" class="btn btn-primary">{% trans %}Claim a profile{% endtrans %}</a>
<a href="{{ utils.url_for(".claim") }}" class="btn btn-primary">{% trans %}Claim a profile{% endtrans %}</a>
{% endif %}
{% if not service.single_profile %}
<a href="{{ utils.url_for(".create", intent=True) }}" class="btn btn-success">{% trans %}Create a custom profile{% endtrans %}</a>
<a href="{{ utils.url_for(".create") }}" class="btn btn-success">{% trans %}Create a custom profile{% endtrans %}</a>
{% endif %}
{% endblock %}
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