Skip to content
Snippets Groups Projects
Commit 49dbfb24 authored by sascha's avatar sascha
Browse files

Minor

parent f1347def
No related branches found
No related tags found
No related merge requests found
......@@ -88,5 +88,5 @@ class MyTodos(DashboardWidget):
if self.config.group and self.request.user.is_authenticated:
return group_aware_reverse('cosinnus:todo:list', kwargs={'group': self.config.group}) \
+ '?is_completed=0&assigned_to=%d' % self.request.user.id
return '#'
return ''
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment