ctian1 / pasteit

A simple pastebin in CherryPy
GNU General Public License v3.0
2 stars 0 forks source link

Make pastes editable #1

Open ctian1 opened 9 years ago

ctian1 commented 9 years ago

Ideally there should be a "repaste" button that redirects user to an already-filled in new paste page.

This means /new needs to accept an optional id parameter also.

Ideally this would overwrite existing pastes with that id.

ctian1 commented 9 years ago

This could remove the need for the temporary/permanent toggle option