Skip to content

Commit

Permalink
fix: unused parameter, also caused error because non-existing url-res…
Browse files Browse the repository at this point in the history
…olve
  • Loading branch information
saemideluxe committed Feb 21, 2023
1 parent 1adea2f commit a946074
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion basxconnect/core/layouts/settings_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,4 @@ def generate_term_datatable(title, vocabulary_slug):
prevent_automatic_sortingnames=True,
rowclickaction=BrowseView.gen_rowclickaction("edit", return_to_current=True),
rowactions=[BrowseView.deletelink()],
backurl=reverse("basxconnect.core.views.settings_views.personsettings"),
)

0 comments on commit a946074

Please sign in to comment.