regularstuff / tildeblog

A learn-to-use Django team project
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Add an Edit button on the learnt-item view page #20

Closed readytheory closed 6 months ago

readytheory commented 7 months ago

at url like https://tildeblog.onrender.com/til/show/ there should be an edit button, for authorized users. Users should get a form where they can change the TLDR and body of the entry.

Nice to have: edit tags for post. But tag editing does not have to be implemented at same time for this issue if it's not easy

regularstuff commented 7 months ago

if you have done the django tutorial (about polls) this should be approachable. I marked it good first issue

regularstuff commented 6 months ago

merged in to dev 2024-03-11