File diff a52ea8fcddf2 → 9b889983cd7b
conntrackt/views.py
Show inline comments
 
@@ -778,13 +778,6 @@ class CommunicationCreateView(SetHeadlin
 

	
 
        return self.request.GET.get("next", reverse("project", args=(self.object.source.entity.project.pk,)))
 

	
 
    def get_headline(self):
 
        """
 
        Set headline based on interface name.
 
        """
 

	
 
        return "Delete interface %s" % self.object.name
 

	
 

	
 
class CommunicationUpdateView(SetHeadlineMixin, MultiplePermissionsRequiredMixin, UpdateView):
 
    """