Hello, I have a small problem, I'm submitting a review form (form x) on a page that has many of these forms in a list, so you can view other reviews, add new ones or edit your own. When a review is edited a view processes it and redirects the person back to the review using an anchor like /urlstring/12/#id_review_8.
Works fine, now I just need to print some kind of notice to the user that the data was saved. Messages won't work because i don't have enough control to only print a message for the form that was updated. Or so i think. In my template I just have a for loop, e.g. {% for review in reviews %} <li><h3 id="id_review_{{review.id}}"> ... Do you have any suggestions or examples to lead me towards a solution? I guess it's time for this newbie to write a template tag? Thank for your help, Milan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---