Response to Allow editing of bookmark/reply titles

Tanzawa is a blogging system designed for the IndieWeb that focuses on sustainability. - Issues Β· jamesvandyne/tanzawa
Problem
It's currently not possible to edit the title of bookmarks / replies without using the Django admin. This is an issue because sometimes the title contains meta information that you wouldn't want to appear in a comment / blog post.

An example title when posting a new issue from Tanzawa


This is especially true as I try to experiment with creating Tanzawa issues on my blog and backfeeding all comments, with the goal of effectively keeping the "lab notebook" of the GitHub issues to also be on my website.

Success
There is an edit button that, when clicked, allows you to edit the the title.

Implementation Details
This should be implemented using htmx and act as the first page to allow us to remove turbo from Tanzawa.