Skip to content
Snippets Groups Projects
Commit 7dea910c authored by Tomasz Wolniewicz's avatar Tomasz Wolniewicz
Browse files

Adding validator link to issues

parent 282bef33
No related branches found
No related tags found
1 merge request!41Adding validator link to issues
......@@ -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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment