We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f927ea2 commit e31d71bCopy full SHA for e31d71b
linkcheck/templates/linkcheck/report.html
@@ -171,7 +171,7 @@ <h3 style='display: inline; padding-left: 5px;'>{{report_type}} in '{{object.obj
171
</td>
172
</tr>
173
{% if link.url.redirect_to %}
174
- <tr><td colspan="6">R{% translate "Redirects to" %}: <a href="{{ link.url.redirect_to }}" target="_blank">{{ link.url.redirect_to }}</a></td></tr>
+ <tr><td colspan="6">{% translate "Redirects to" %}: <a href="{{ link.url.redirect_to }}" target="_blank">{{ link.url.redirect_to }}</a></td></tr>
175
{% endif %}
176
{% endfor %}
177
</table>
0 commit comments