diff --git a/colab/accounts/templates/accounts/user_detail.html b/colab/accounts/templates/accounts/user_detail.html
index fb81212..45da4a8 100644
--- a/colab/accounts/templates/accounts/user_detail.html
+++ b/colab/accounts/templates/accounts/user_detail.html
@@ -133,7 +133,7 @@
{% trans "Latest posted" %}
{% for doc in emails %}
- {% include "message-preview.html" with result=doc %}
+ {% include "dashboard-message-preview.html" with result=doc %}
{% empty %}
- {% trans "There are no posts by this user so far." %}
{% endfor %}
@@ -148,7 +148,7 @@
{% trans "Latest contributions" %}
{% for result in results %}
- {% include "message-preview.html" %}
+ {% include "dashboard-message-preview.html" %}
{% empty %}
- {% trans "No contributions of this user so far." %}
{% endfor %}
--
libgit2 0.21.2