Reverse for 'mobile' not found

To try and answer your question, somewhere you’re either rendering a url tag using the name mobile or you’re calling the reverse (or reverse_lazy) function with the name mobile.
However you don’t have a url with that name. (You reverse on the name not the path.)