diff --git a/templates/issues.html b/templates/issues.html
index d78c337cde4fa7a06ac163e7f1af1514b0f7f12e..ffe4e53c1870b18902ba702e8924d6d98f4b58ad 100644
--- a/templates/issues.html
+++ b/templates/issues.html
@@ -46,7 +46,11 @@
         <tr>
             <th>{{ federation.contact_email.display_title }}</th><!-- comment -->
             <td><a href="mailto:{{ federation.contact_email.value }}">{{ federation.contact_email.value }}</a></td><!-- comment -->
-        </tr> 
+        </tr>
+        <tr>
+            <th colspan=>Validate this feed</th>
+            <td><a href="{{ constant('VALIDATOR_URL') ~ '?fed_id=' ~ federation.fed }}" target="_blank">GO</a></td>
+        </tr>
 {% endfor %}        
     </table>
 {% else %}