rollback unnecessary changes
This commit is contained in:
parent
6a745b6dfa
commit
4f4c9979da
1 changed files with 2 additions and 6 deletions
|
@ -28,7 +28,7 @@ from django.contrib import messages
|
|||
|
||||
from journal.importers.douban import DoubanImporter
|
||||
from journal.importers.goodreads import GoodreadsImporter
|
||||
from journal.models import reset_visibility_for_user, Collection
|
||||
from journal.models import reset_visibility_for_user
|
||||
|
||||
|
||||
@mastodon_request_included
|
||||
|
@ -54,11 +54,7 @@ def preferences(request):
|
|||
"show_last_edit",
|
||||
]
|
||||
)
|
||||
return render(
|
||||
request,
|
||||
"users/preferences.html",
|
||||
{"collections": Collection.objects.filter(owner=request.user)},
|
||||
)
|
||||
return render(request, "users/preferences.html")
|
||||
|
||||
|
||||
@mastodon_request_included
|
||||
|
|
Loading…
Add table
Reference in a new issue