Commit a217e1f40362945ccc07e34c6c3f1ed24d50135c

Authored by Luan
1 parent 3bdc9e4c

Minor fix on accounts views

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/accounts/views.py
@@ -185,7 +185,7 @@ class ManageUserSubscriptionsView(UserProfileBaseMixin, DetailView): @@ -185,7 +185,7 @@ class ManageUserSubscriptionsView(UserProfileBaseMixin, DetailView):
185 else: 185 else:
186 checked = False 186 checked = False
187 lists.append(( 187 lists.append((
188 - {'listname': listname: 'description': description}, 188 + {'listname': listname, 'description': description},
189 checked 189 checked
190 )) 190 ))
191 191