Commit a217e1f40362945ccc07e34c6c3f1ed24d50135c
1 parent
3bdc9e4c
Exists in
master
and in
39 other branches
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 | 185 | else: |
186 | 186 | checked = False |
187 | 187 | lists.append(( |
188 | - {'listname': listname: 'description': description}, | |
188 | + {'listname': listname, 'description': description}, | |
189 | 189 | checked |
190 | 190 | )) |
191 | 191 | ... | ... |