diff --git a/group/templates/group/group_discuss.html b/group/templates/group/group_discuss.html
index 2dc039ff89..f327224f9f 100644
--- a/group/templates/group/group_discuss.html
+++ b/group/templates/group/group_discuss.html
@@ -79,11 +79,7 @@
{% if group_msgs %}
{% for msg in group_msgs %}
- {% if msgs_more and forloop.counter0 > per_show %}
- -
- {% else %}
-
- {% endif %}
@@ -180,21 +176,10 @@
{% endif %}
-{% include "snippets/user_profile_html.html" %}
{% endblock %}
{% block extra_script %}
-{% include 'snippets/user_profile_js.html' %}