diff --git a/readthedocs/templates/core/project_detail_right.html b/readthedocs/templates/core/project_detail_right.html index b3e3e9dca00..eab040ce757 100644 --- a/readthedocs/templates/core/project_detail_right.html +++ b/readthedocs/templates/core/project_detail_right.html @@ -33,8 +33,8 @@

{% trans "Last Built" %}

{% endblock %} -{% block owners %} -

{% trans "Owners" %}

+{% block maintainers %} +

{% trans "Maintainers" %}

{% for user in project.users.all %} {% gravatar user.email 32 %}