From 7dd37c4844b89b8b379c302072e9a4919c2e2e10 Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Tue, 30 Oct 2018 17:17:00 +0100 Subject: [PATCH] Clean profile_form --- profiles/templates/profiles/profile_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/templates/profiles/profile_form.html b/profiles/templates/profiles/profile_form.html index 202bf6896..1f8b76b6c 100644 --- a/profiles/templates/profiles/profile_form.html +++ b/profiles/templates/profiles/profile_form.html @@ -13,7 +13,7 @@ <div class="row"> <div class="col-12"> {% if matching_profiles %} - <h4>Matching profiles found for this {{ from_type }}, {{ pk }}</h4> + <h4>Matching profiles found for this {{ from_type }}</h4> <ul> {% for matching_profile in matching_profiles %} <li>{{ matching_profile }} <a href="{% url 'profiles:profile_match' profile_id=matching_profile.id from_type=from_type pk=pk %}">match this {{ from_type }} to this Profile</a> -- GitLab