You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an administrator, I want an "Edit this event" link on the event detail page and the pending event approval view so that I can go directly to the Django admin page to edit the event without having a custom edit UI.
We don't want to build our own edit UI, let's just use the Django admin.
Acceptance criteria
"Edit this event" is prominently displayed for admin users only
Clicking "Edit this event" takes the admin directly to the edit UI for the event
Link exists on Event Detail page and Pending List view.
The text was updated successfully, but these errors were encountered:
Not sure I understand this. Why do you want go "directly to the Django admin page" why not go to our update page? We have already built our own edit page. I think the look of the edit page should be the same as the submit page. Going to the Django admin system should be avoided for most users, I think.
As an administrator, I want an "Edit this event" link on the event detail page and the pending event approval view so that I can go directly to the Django admin page to edit the event without having a custom edit UI.
We don't want to build our own edit UI, let's just use the Django admin.
Acceptance criteria
The text was updated successfully, but these errors were encountered: