Skip to content

Commit

Permalink
fixed list-view url for tag (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
csae8092 authored Jul 19, 2024
1 parent 17955bd commit 3353819
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions archiv/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,6 @@ def __init__(self, *args, **kwargs):
"Basic Search",
"id",
"tag",
"last_name",
"first_name",
css_id="more",
),
)
Expand Down
2 changes: 1 addition & 1 deletion archiv/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ def field_dict(self):

@classmethod
def get_listview_url(self):
return reverse("archiv:person_browse")
return reverse("archiv:tag_browse")

@classmethod
def get_natural_primary_key(self):
Expand Down

0 comments on commit 3353819

Please sign in to comment.