Friday, May 29, 2015

calling a view from a view doesnt clear the URL path

I am doing something like this.

I have my original view that actually gets render as html.
the html have a button that runs another view. with all the logic to process the information. and at the end I want to return to the original view with an extra parameter. just a message saying that was successfully.

everything work perfect,  but the URL path at the top on the browser doesn't reset. still shows all the information that I passed to my second view.   still shows all the variables that I passed from the second url to the view. =( 
is there I way to reset that?





--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/de221155-79ad-459c-9f5d-402fcf961abb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment