Fixes settings tab highlighting
This commit is contained in:
parent
c0b5e6ad78
commit
dcf8a8dab9
3 changed files with 7 additions and 2 deletions
|
@ -17,7 +17,7 @@ from bookwyrm import forms, models
|
|||
class LinkDomain(View):
|
||||
"""Moderate links"""
|
||||
|
||||
def get(self, request, status):
|
||||
def get(self, request, status="pending"):
|
||||
"""view pending domains"""
|
||||
data = {
|
||||
"domains": models.LinkDomain.objects.filter(status=status).prefetch_related(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue