diff options
author | Akshen | 2018-08-27 11:07:55 +0530 |
---|---|---|
committer | Akshen | 2018-08-27 11:07:55 +0530 |
commit | 1e301177eba101f5aca97c08b97d9dac8ccc86cb (patch) | |
tree | f440174838278687bbf8f744fc95018ce8101e4b /workshop_app | |
parent | a11aa57aa90185d5771e90c2f87a784b3db934ae (diff) | |
download | workshop_booking-1e301177eba101f5aca97c08b97d9dac8ccc86cb.tar.gz workshop_booking-1e301177eba101f5aca97c08b97d9dac8ccc86cb.tar.bz2 workshop_booking-1e301177eba101f5aca97c08b97d9dac8ccc86cb.zip |
Fix profile position bug
- Fixes profile position in view_comment_profile
Diffstat (limited to 'workshop_app')
-rw-r--r-- | workshop_app/templates/workshop_app/view_comment_profile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/workshop_app/templates/workshop_app/view_comment_profile.html b/workshop_app/templates/workshop_app/view_comment_profile.html index b420694..ed7e547 100644 --- a/workshop_app/templates/workshop_app/view_comment_profile.html +++ b/workshop_app/templates/workshop_app/view_comment_profile.html @@ -45,7 +45,7 @@ </tr> <tr> <th><label for="id_position"><h5>Position:</h5></label></th> - <th><label for="id_position"><h5>{{ user.profile.position }}</h5></label></th> + <th><label for="id_position"><h5>{{ coordinator_profile.user.profile.position }}</h5></label></th> </tr> </table> |