text cleanup
All evennia.web.website.tests pass.
This commit is contained in:
parent
7336957e9d
commit
787ef8c068
4 changed files with 1 additions and 6 deletions
|
|
@ -230,7 +230,7 @@ class HelpDetailView(HelpMixin, DetailView):
|
|||
# Get the object in question
|
||||
obj = self.get_object(full_set)
|
||||
|
||||
# filter non related caegories from the query set
|
||||
# filter non related categories from the query set
|
||||
obj_category = get_help_category(obj)
|
||||
category_set = []
|
||||
for entry in full_set:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue