diff --git a/lernanta/templates/activity/_activity_resource.html b/lernanta/templates/activity/_activity_resource.html
index 618689ae..1f24226a 100644
--- a/lernanta/templates/activity/_activity_resource.html
+++ b/lernanta/templates/activity/_activity_resource.html
@@ -41,7 +41,7 @@
- {{ activity|time_since }}
+ {{ activity|time_since }}
{{ _('via') }}
{% if activity.target_object.link %}
{{ activity.target_object.link.name }}
diff --git a/lernanta/templates/projects/_wall.html b/lernanta/templates/projects/_wall.html
index c6c02337..963ac19f 100644
--- a/lernanta/templates/projects/_wall.html
+++ b/lernanta/templates/projects/_wall.html
@@ -26,10 +26,6 @@
{% endif %}
-{% if not discussion_area %}
- {% activity_filters request project.get_absolute_url %}
-{% endif %}
-
{% if pagination_current_page.object_list %}
{% for activity in pagination_current_page.object_list %}
diff --git a/lernanta/templates/projects/project.html b/lernanta/templates/projects/project.html
index 9e42c67b..fd24b784 100644
--- a/lernanta/templates/projects/project.html
+++ b/lernanta/templates/projects/project.html
@@ -40,10 +40,6 @@
{% tasks_list_wall request project user toggled_tasks %}
{% else %}
{% task_list project user show_all_tasks %}
-
-
-
- {% project_wall request project %}
{% endif %}
diff --git a/lernanta/templates/projects/sidebar.html b/lernanta/templates/projects/sidebar.html
index 51150c60..d48950fd 100644
--- a/lernanta/templates/projects/sidebar.html
+++ b/lernanta/templates/projects/sidebar.html
@@ -76,8 +76,6 @@
{% endif %}
{% if not toggled_tasks %}
{{ _('View Tasks')}}
- {% else %}
- {{ _('View Discussions')}}
{% endif %}
{% else %}
{% if project.school.mentee_form_url %}