summaryrefslogtreecommitdiffstats
path: root/forum/skins/default/templates/user_stats.html
diff options
context:
space:
mode:
Diffstat (limited to 'forum/skins/default/templates/user_stats.html')
-rw-r--r--forum/skins/default/templates/user_stats.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/skins/default/templates/user_stats.html b/forum/skins/default/templates/user_stats.html
index f5dcf4f5..0e0f4d36 100644
--- a/forum/skins/default/templates/user_stats.html
+++ b/forum/skins/default/templates/user_stats.html
@@ -5,7 +5,7 @@
{% load extra_filters %}
{% load humanize %}
{% block usercontent %}
-
+ {% include "user_info.html" %}
<a name="questions"></a>
{% spaceless %}
<h2>{% blocktrans count questions|length as counter %}<span class="count">{{counter}}</span> Question{% plural %}<span class="count">{{counter}}</span> Questions{% endblocktrans %}</h2>