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
|
|
@ -244,5 +244,3 @@ class FileHelpStorageHandler:
|
|||
|
||||
# singleton to hold the loaded help entries
|
||||
FILE_HELP_ENTRIES = FileHelpStorageHandler()
|
||||
# Used by Django Sites/Admin
|
||||
#get_absolute_url = web_get_detail_url
|
||||
|
|
|
|||
|
|
@ -237,7 +237,6 @@ class HelpEntry(SharedMemoryModel):
|
|||
"%s-detail" % slugify(self._meta.verbose_name),
|
||||
kwargs={"category": slugify(self.db_help_category), "topic": slugify(self.db_key)},
|
||||
)
|
||||
# log_info(f'HelpEntry web_get_detail_url url: {url}')
|
||||
return url
|
||||
except Exception:
|
||||
return "#"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue