File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
readthedocsext/theme/templates/projects Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
{% trans "Nested subprojects are not supported" %}
17
17
</ div >
18
18
< p >
19
- {% blocktrans trimmed with project=superproject.parent. name %}
19
+ {% blocktrans trimmed with project=superproject.name %}
20
20
This project is already configured as a subproject of {{ project }}.
21
21
{% endblocktrans %}
22
22
</ p >
23
23
24
24
< p >
25
- < a href ="{% url 'projects_subprojects' project_slug=superproject.parent %} ">
26
- {% blocktrans trimmed with project=superproject.parent. name %}
25
+ < a href ="{% url 'projects_subprojects' project_slug=superproject.slug %} ">
26
+ {% blocktrans trimmed with project=superproject.name %}
27
27
View all subprojects of {{ project }}
28
28
{% endblocktrans %}
29
29
</ a >
You can’t perform that action at this time.
0 commit comments