summaryrefslogtreecommitdiff
path: root/workshop_app
diff options
context:
space:
mode:
authorAkshen2018-08-27 11:08:58 +0530
committerAkshen2018-08-27 11:08:58 +0530
commit071c853dba2138c4e5d150b90d2422d6c52a9979 (patch)
tree2671ab04842370173fabac1f45a132b904e34219 /workshop_app
parentf390c335223bbf21a06b63e212c49aad15f366f1 (diff)
parent1e301177eba101f5aca97c08b97d9dac8ccc86cb (diff)
downloadworkshop_booking-071c853dba2138c4e5d150b90d2422d6c52a9979.tar.gz
workshop_booking-071c853dba2138c4e5d150b90d2422d6c52a9979.tar.bz2
workshop_booking-071c853dba2138c4e5d150b90d2422d6c52a9979.zip
Merge branch 'master' of https://github.com/Akshen/workshop_booking into develop
Diffstat (limited to 'workshop_app')
-rw-r--r--workshop_app/templates/workshop_app/view_comment_profile.html2
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>