regularstuff / tildeblog

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

add a menu to site #52

Open readytheory opened 6 months ago

readytheory commented 6 months ago

There is no way to navigate between the posts and editing posts, you just have to know the URLs. Make a html template that gets included in landing page and post display page that lets user navigate to "add", "list", "delete".

Only a logged in user should be able to add or delete.