Skip to content

Commit 26a68c0

Browse files
committed
Translate title
1 parent 7e221d7 commit 26a68c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

readthedocs/templates/core/project_detail_right.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ <h3>{% trans "Repository" %}</h3>
1818
{% endblock %}
1919

2020
{% block slug %}
21-
{% with title="Used in URL's and in code to represent the project name" %}
21+
{% trans "Used in URL's and in code to represent the project name" as title %}
2222
<h3 title="{{ title }}">{% trans "Project Slug" %}</h3>
2323
<p title="{{ title }}" class="detail-long">
2424
{{ project.slug }}
2525
</p>
26-
{% endwith %}
2726
{% endblock %}
2827

2928
{% block last-built %}

0 commit comments

Comments
 (0)