Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Update LocationAdmin to display HTML description
This commit updates the `LocationAdmin` class in the `admin.py` file to display the HTML description of a location. It adds a new method `description_html` that returns the formatted HTML description if available. The `description_html` method is used in the `list_display` attribute to show the description column in the admin interface. This change improves the readability and presentation of location descriptions in the application.
- Loading branch information