Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added list_view_url to the get_context_data #52

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

albertorp
Copy link

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