You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readthedocs/templates/projects/project_edit.html
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,12 @@
15
15
{% block project_edit_content %}
16
16
<formmethod="post" action=".">{% csrf_token %}
17
17
<pclass="empty">
18
-
You can change how your project is built in your <ahref="../advanced/">Advanced Settings</a>.
18
+
{% blocktrans with advanced_url="../advanced" %}You can change how your project is built in your <ahref="{{ advanced_url}}">Advanced Settings</a>.{% endblocktrans %}
19
19
</p>
20
20
{{ form.as_p }}
21
21
<p>
22
22
<inputstyle="display: inline;" type="submit" value="{% trans "Save" %}">
23
-
{% comment %}Translators: The 'or' here is in between 'Save' and 'Delete project'.{% endcomment %}
24
-
{% trans "or" %}
23
+
{% trans "or" context "The 'or' is in between 'Save' and 'Delete project'" %}
25
24
<ahref="{% url "projects_delete" project.slug %}">{% trans "Delete project" %}</a>
0 commit comments