| changeset 532 | a301e0bc677b |
| parent 506 | 4e18e1f69db9 |
--- a/src/iconolab/forms/bookmarks.py Thu Oct 12 17:33:22 2017 +0200 +++ b/src/iconolab/forms/bookmarks.py Mon May 14 14:45:22 2018 +0200 @@ -18,7 +18,7 @@ user = kwargs.pop('user', None) super(BookmarkForm, self).__init__(*args, **kwargs) - if user.is_authenticated(): + if user.is_authenticated: self.user = user