userfname = auth.user and auth.user.first_name
On May 10, 2:19 pm, JagChris <cja...@gmail.com> wrote: > userfname = auth_user.first_name > NameError: global name 'auth_user' is not defined > > i get an error that it is not defined...how do i fix that