diff --git a/templates/contributors/list.html b/templates/contributors/list.html
index 201afb3d..4ab4fda8 100644
--- a/templates/contributors/list.html
+++ b/templates/contributors/list.html
@@ -31,7 +31,12 @@
{{c.firstname}} {{c.lastname}} {%if t.showemail and c.email%}({{c.email|hidemail}}){%endif%}
{%if c.company %}
- {{c.company}}{%endif%}
+ {% if c.companyurl %}
+ {{c.company}}
+ {% else %}
+ {{c.company}}
+ {% endif %}
+ {% endif %}
{{c.location}}
|