Commit 7a74a5278e61081b1c137af2fdd5655b2711eda4

Authored by Macartur Sousa
1 parent 34e5a00d
Exists in colab_tag_merge

Added return in get_context_data

Signed-off-by: Macartur Sousa<macartur.sc@gmail.com>
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
colab/plugins/noosfero/views.py
@@ -35,6 +35,7 @@ class NoosferoProxyView(ColabProxyView): @@ -35,6 +35,7 @@ class NoosferoProxyView(ColabProxyView):
35 'list_limit': 7, 35 'list_limit': 7,
36 'activities_limit': 7, 36 'activities_limit': 7,
37 } 37 }
  38 + return context
38 return context 39 return context
39 40
40 def get_community_name(self, path): 41 def get_community_name(self, path):