I add this to my view. if form.is_valid(): new_user = form.save(profile_callback=profile_callback) messages.add_message(request, messages.SUCCESS, 'Complete bla bla') return HttpResponseRedirect(reverse('main'))
And {% if messages %} <div id="extra_col"> {{message}} </div> {% endif %} How make to this message appear after clickinh the button "register" and then EXPIRE with reload. In my case it is still on my main page and after deleting cookies dissappear. Any1 know how to do that? -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.