diff --git a/scipost/templates/scipost/vet_registration_requests.html b/scipost/templates/scipost/vet_registration_requests.html
index 532269903f507b3fe4361240ff28528ff6e37d98..ba413f069c66dc4085568b4e3c23b1113607cb03 100644
--- a/scipost/templates/scipost/vet_registration_requests.html
+++ b/scipost/templates/scipost/vet_registration_requests.html
@@ -41,7 +41,7 @@ $(function() {
     {% if not forloop.first %}<hr class="small">{% endif %}
     <div class="row">
         <div class="col-md-4">
-            {% include "scipost/_private_info_as_table.html" with contributor=contributor %}
+            {% include "scipost/_private_info_as_table.html" with contributor=contributor_to_vet %}
         </div>
         <div class="col-md-8">
             <form action="{% url 'scipost:vet_registration_request_ack' contributor_id=contributor_to_vet.id %}" method="post">