Skip to content

Commit 29df29e

Browse files
committed
Remove silly / in subproject template
1 parent 5ae940b commit 29df29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/templates/projects/project_subprojects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h3> {% trans "Existing Subprojects" %} </h3>
2424
<a href="{{ relationship.get_absolute_url }}">
2525
{{ relationship.child }}
2626
</a>
27-
(/projects/{% if relationship.alias %}/{{ relationship.alias }}{% else %}{{ relationship.child.slug }}{%endif %}/)
27+
(/projects/{% if relationship.alias %}{{ relationship.alias }}{% else %}{{ relationship.child.slug }}{%endif %}/)
2828
(<a href="{% url "projects_subprojects_delete" relationship.parent.slug relationship.child.slug %}">{% trans "Remove" %}</a>)
2929
</li>
3030
{% endfor %}

0 commit comments

Comments
 (0)