From 9fd36bffbc79852b91c1a79d039af87285906c54 Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Sun, 21 May 2017 19:52:05 +0200
Subject: [PATCH] Hotfix contributor info hidden on vet page

---
 scipost/templates/scipost/vet_registration_requests.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scipost/templates/scipost/vet_registration_requests.html b/scipost/templates/scipost/vet_registration_requests.html
index 532269903..ba413f069 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">
-- 
GitLab