diff --git a/templates/dashboard.html b/templates/dashboard.html index 88375c8..a39b8e3 100755 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -1058,7 +1058,7 @@
{% if recent_forum_topics %} {% for topic in recent_forum_topics %} - +
{{ topic.title[:45] }}{% if topic.title|length > 45 %}...{% endif %}