From c8820b86154cbfbdd46e02141fa3ca9314592452 Mon Sep 17 00:00:00 2001
From: kaiyou <pierre@jaury.eu>
Date: Sun, 14 Jun 2020 10:04:39 +0200
Subject: [PATCH] Do not forward back to create_quick

---
 hiboo/profile/templates/profile_quick.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hiboo/profile/templates/profile_quick.html b/hiboo/profile/templates/profile_quick.html
index 78f54f3..bf43826 100644
--- a/hiboo/profile/templates/profile_quick.html
+++ b/hiboo/profile/templates/profile_quick.html
@@ -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 %}
-- 
GitLab