I am doing something like this.
http://stackoverflow.com/questions/4808329/can-i-call-a-view-from-within-another-view

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+unsubscr...@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.

Reply via email to