We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70fee48 + 682b62f commit 8d659a1Copy full SHA for 8d659a1
readthedocs/templates/core/project_detail_right.html
@@ -17,6 +17,14 @@ <h3>{% trans "Repository" %}</h3>
17
{% endif %}
18
{% endblock %}
19
20
+{% block slug %}
21
+ {% 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
+{% endblock %}
27
+
28
{% block last-built %}
29
<h3>{% trans "Last Built" %}</h3>
30
<p>
0 commit comments