Commit 09de0837b7e7cae53ada941c2cb1c3fcc9d3a15e

Authored by fbormann
1 parent 97e4e5c8

Fixing notifications test, only show again when scroll is ready

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
app/views.py
... ... @@ -43,8 +43,7 @@ class AppIndex(LoginRequiredMixin, LogMixin, ListView, NotificationMixin):
43 43 else:
44 44 self.template_name = "home_teacher_student_content.html"
45 45  
46   -
47   - super(AppIndex, self).createNotification("teste", not_resource="home", resource_link="/register")
  46 +
48 47 return self.response_class(request = self.request, template = self.template_name, context = context, using = self.template_engine, **response_kwargs)
49 48  
50 49  
... ...