File diff a9320f18b399 → b02e16dc7708
conntrackt/views.py
Show inline comments
 
@@ -177,6 +177,9 @@ class ProjectView(MultiplePermissionsReq
 
        # Add the (location, entities) tuples to context.
 
        context['location_entities'] = location_entities
 

	
 
        # Add all project communications to context.
 
        context['communications'] = self.object.get_project_communications_summary()
 

	
 
        # Finally return the context.
 
        return context