diff --git a/readthedocs/templates/core/project_details.html b/readthedocs/templates/core/project_details.html index 76fd92fab..a8f9f52a3 100644 --- a/readthedocs/templates/core/project_details.html +++ b/readthedocs/templates/core/project_details.html @@ -28,14 +28,14 @@ {% if version.uploaded or version.built %} {# Link to the docs #} - {% blocktrans with version.slug as slug %} {{ slug }} {% endblocktrans %} + {{ version.slug }} {% if request.user in project.users.all %} {{ version.get_privacy_level_display }} {% endif %} {% else %} - {{ slug }} + {{ version.slug }} {% endif %} {% if request.user|is_admin:project %}