diff --git a/profiles/templates/profiles/profile_form.html b/profiles/templates/profiles/profile_form.html
index 202bf6896e1cfb9a9c7dbf349c2288bce4812461..1f8b76b6cbc9edf97e51333ff71ee8bd377103b5 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>