We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf6898 commit 90ac70dCopy full SHA for 90ac70d
readthedocs/templates/core/project_details.html
@@ -28,14 +28,14 @@ <h3>{% trans "Versions" %}</h3>
28
{% if version.uploaded or version.built %}
29
{# Link to the docs #}
30
<a class="module-item-title" href="{{ version.get_absolute_url }}">
31
- {% blocktrans with version.slug as slug %} {{ slug }} {% endblocktrans %}
+ {{ version.slug }}
32
{% if request.user in project.users.all %}
33
<span class="right-menu quiet">{{ version.get_privacy_level_display }}</span>
34
{% endif %}
35
</a>
36
{% else %}
37
<a class="module-item-title" href="{{ version.project.get_builds_url }}">
38
- {{ slug }}
39
40
41
{% if request.user|is_admin:project %}
0 commit comments