diff options
author | Akshen | 2018-08-27 11:15:55 +0530 |
---|---|---|
committer | GitHub | 2018-08-27 11:15:55 +0530 |
commit | a008fc8f6a2fff6e2e9e7571140f9d6995567ae4 (patch) | |
tree | 2671ab04842370173fabac1f45a132b904e34219 /workshop_app | |
parent | 89ad23bbad2a66337c2bd601ec25b6fb1f9b24dc (diff) | |
parent | 1e301177eba101f5aca97c08b97d9dac8ccc86cb (diff) | |
download | workshop_booking-a008fc8f6a2fff6e2e9e7571140f9d6995567ae4.tar.gz workshop_booking-a008fc8f6a2fff6e2e9e7571140f9d6995567ae4.tar.bz2 workshop_booking-a008fc8f6a2fff6e2e9e7571140f9d6995567ae4.zip |
Merge pull request #69 from Akshen/master
Fix profile position bug
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> |