Show More
@@ -90,7 +90,7 b' class TagView(AllThreadsView, Dispatcher' | |||||
90 | # Ban user because he is suspected to be a bot |
|
90 | # Ban user because he is suspected to be a bot | |
91 | self._ban_current_user(request) |
|
91 | self._ban_current_user(request) | |
92 |
|
92 | |||
93 |
return self.get(request, tag_name, |
|
93 | return self.get(request, tag_name, form) | |
94 |
|
94 | |||
95 | def subscribe(self, request): |
|
95 | def subscribe(self, request): | |
96 | tag = get_object_or_404(Tag, name=self.tag_name) |
|
96 | tag = get_object_or_404(Tag, name=self.tag_name) |
General Comments 0
You need to be logged in to leave comments.
Login now