We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e221d7 commit 26a68c0Copy full SHA for 26a68c0
readthedocs/templates/core/project_detail_right.html
@@ -18,12 +18,11 @@ <h3>{% trans "Repository" %}</h3>
18
{% endblock %}
19
20
{% block slug %}
21
- {% with title="Used in URL's and in code to represent the project name" %}
+ {% trans "Used in URL's and in code to represent the project name" as title %}
22
<h3 title="{{ title }}">{% trans "Project Slug" %}</h3>
23
<p title="{{ title }}" class="detail-long">
24
{{ project.slug }}
25
</p>
26
- {% endwith %}
27
28
29
{% block last-built %}
0 commit comments