I'm using auth.password_reset for a view with my own template. The template has 1 string of text that will not translate. I'm not exactly new to i18n so I'm 99% sure I covered all my bases and that it would translate if it were my own view. Here are the things I made sure not to forget:
-Removed the ;fuzzy tag -Made sure I had the right translation string -ran makemessages, translated and compilemessage -restarted my server
Any idea what is going on?