Verified Commit b7cc4df9 authored by Baptiste Beauplat's avatar Baptiste Beauplat
Browse files

urlencode package name in PTS links

parent 05de1aeb
......@@ -10,7 +10,7 @@
<th>{% trans 'Name:' %}</th>
<td>{{ package.name }}
{% if package.in_debian %}
(<a href="https://tracker.debian.org/pkg/{{ package.name }}">PTS</a
(<a href="https://tracker.debian.org/pkg/{{ package.name|urlencode }}">PTS</a
>)
{% endif %}
</td>
......
......@@ -35,7 +35,7 @@
</td>
<td class="lines">
{% if pkg.in_debian %}
<a href="https://tracker.debian.org/pkg/{{ pkg.name }}">{% trans 'Yes' %}</a>
<a href="https://tracker.debian.org/pkg/{{ pkg.name|urlencode }}">{% trans 'Yes' %}</a>
{% else %}
{% trans 'No' %}
{% endif %}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment