You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current theory is that this is caused by JWTCreate and JWTEdit using generic.View instead of the more specific views, and returns using the render function instead of using inherited methods like generic.CreateView and generic.EditView can
Current theory is that this is caused by
JWTCreateandJWTEditusinggeneric.Viewinstead of the more specific views, and returns using therenderfunction instead of using inherited methods likegeneric.CreateViewandgeneric.EditViewcan