Opened 13 years ago
Last modified 13 years ago
#304 closed defect (FIXED)
forgot password seems to translate ""
Reported by: | Elrond | Owned by: | Elrond |
---|---|---|---|
Priority: | minor | Milestone: | 0.2.0 |
Component: | programming | Keywords: | |
Cc: | Parent Tickets: |
Description
The ``/auth/forgot_password/verify/`` URL seems to translate the empty string somewhere, somehow. See `http://mediagoblin.com/u/elrond/m/screenshot-GMG-1/ <http://mediagoblin.com/u/elrond/m/screenshot-GMG-1/>`_
Change History (4)
comment:2 by , 13 years ago
Component: | → Programming |
---|---|
Owner: | set to |
Status: | New → In Progress |
Looks like a combination of the form ``ChangePassForm`` having '' as label and the wtforms util macro handing that over to the translation layer. My current fix is to let the form macros check for emptiness. Will post a branch soon, hopefully.
comment:3 by , 13 years ago
Status: | In Progress → Closed |
---|
Okay, the forms macros now do not emit a thing at all, if the label text is empty. Hope this makes the most sense.
Note:
See TracTickets
for help on using tickets.