Allow users to edit their own links
Summary
We need to write a new page that allows users to edit Go links that they currently own.
eg. go.gmu.edu/edit/$(go_short_link)
On this page it will be a form that will allow the user to modify the:
- Short URL
- Long URL
- Expiration Date
on hitting the save button they will be redirected to go.gmu.edu/edit/$(go_short_link) to view changes.
Resources
- basically look at how to create a new URL, View, Template from the others in the source