summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>