Hello! Help me please. After successful registration, let's load the next view into which to render another 2 view
success: function(success) { this.NextView = new NextView(); $('.wrapper').html(this.NextView.el); },
When the user has already registered and is located on the next view by pressing the refresh (f5) button, I will be transferred again to the registration. How to make it happen. Maybe you need to register in the router? /