Opened 15 years ago
Last modified 15 years ago
#315 closed defect (FIXED)
Profile bio on user page doesn't show when website item is empty
| Reported by: | Jef van Schendel | Owned by: | Christopher Allan Webber |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.2.0 |
| Component: | programming | Keywords: | |
| Cc: | Parent Tickets: |
Description
I edited my profile info on mediagoblin.com. I put something in the "bio" field but left the "website" field empty.
Result: neither of these are shown on my profile page (http://mediagoblin.com/u/schendje/). Instead, it reverts to the "Here's a spot to tell others about yourself." state. What should happen: only the bio info should appear.
If you only enter your website, but no bio, it works correctly and shows the website info on your profile.
Change History (2)
comment:1 by , 15 years ago
| Milestone: | → 0.2.0 |
|---|---|
| Owner: | set to |
| Status: | New → Closed |

Dumb bug on my part. I had user['profile'] instead of user['bio'] in the conditional. Fixed!