Skip to content

added list_view_url to the get_context_data#52

Open
albertorp wants to merge 1 commit intocarltongibson:mainfrom
albertorp:main
Open

added list_view_url to the get_context_data#52
albertorp wants to merge 1 commit intocarltongibson:mainfrom
albertorp:main

Conversation

@albertorp
Copy link
Copy Markdown

Many times, when using the Create, Read or Update views, I need a quick way of going back to the list view. I saw that the get_context_data had a "create_view_url" in it, but not a "list_view_url", so I have just added that to the context. So that now, in the templates, I can use this list_view_url to create another button to either cancel the Creation or Update, or to just go back to the ListView

This is the only change made

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant