Opened 12 years ago
Closed 11 years ago
#159 closed defect (fixed)
After verifying email; the link to view user gallery doesn't work
Reported by: | Odin Hørthe Omdal | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | programming | Keywords: | |
Cc: | Parent Tickets: |
Description
It's actually bare. Why? Because ``verify_email`` that calls ``templates/mediagoblin/user_pages/user.html`` doesn't set ``user_gallery_url``. Instead of toying with the ``verify_email`` view, I rather made the user model be able to make its own URL, using the urlgen method other stuff use. It's pretty verbose, but I guess that's because we don't want to import urlgen in the model? Not beautiful, but now the user.html template will work in from any view that gives it the user object. Obviously, one could also just add ``user_gallery_url`` to ``verify_email``, but that doesn't really seem right. Shouldn't need to toss around such easy derived information.
Subtickets
Attachments (1)
Change History (4)
Changed 12 years ago by
Attachment: | verify_email-fix_user_gallery_url.patch added |
---|
comment:1 Changed 11 years ago by
Status: | New → Resolved |
---|
WFM now. Couldn't find a broken link in the latest version...
comment:2 Changed 11 years ago by
The original url for this bug was http://bugs.foocorp.net/issues/449 .
comment:3 Changed 11 years ago by
Component: | → programming |
---|---|
Resolution: | → fixed |
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
verify_email-fix_user_gallery_url.patch