I didn't think about the try/except. The add_partnumber method will throw an 
HTTP exception if something fails, so that's why I was catching it. I moved 
the redirect() outside of the try/except and it is working as expected now. 
Thanks for catching that!

Reply via email to