Skip to content

Commit 5a5a906

Browse files
committed
s/count/exists/
1 parent ce5932e commit 5a5a906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/templates/core/project_detail_right.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h3>{% trans "Badge" %}</h3>
6464
<h3>{% trans "Tags" %}</h3>
6565
<p>
6666

67-
{% if project.tags.count %}
67+
{% if project.tags.exists %}
6868
{% for tag in project.tags.all %}
6969
<a href="{% url "projects_tag_detail" tag.slug %}">{{ tag.name }}</a>{% if forloop.last %}{% else %}, {% endif %}
7070
{% endfor %}

0 commit comments

Comments
 (0)