We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae940b commit 29df29eCopy full SHA for 29df29e
readthedocs/templates/projects/project_subprojects.html
@@ -24,7 +24,7 @@ <h3> {% trans "Existing Subprojects" %} </h3>
24
<a href="{{ relationship.get_absolute_url }}">
25
{{ relationship.child }}
26
</a>
27
- (/projects/{% if relationship.alias %}/{{ relationship.alias }}{% else %}{{ relationship.child.slug }}{%endif %}/)
+ (/projects/{% if relationship.alias %}{{ relationship.alias }}{% else %}{{ relationship.child.slug }}{%endif %}/)
28
(<a href="{% url "projects_subprojects_delete" relationship.parent.slug relationship.child.slug %}">{% trans "Remove" %}</a>)
29
</li>
30
{% endfor %}
0 commit comments