diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/public/developer_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/developer_list.html b/templates/public/developer_list.html index 61a612c6..bb03f439 100644 --- a/templates/public/developer_list.html +++ b/templates/public/developer_list.html @@ -11,7 +11,7 @@ <table class="arch-bio-entry"> {% for dev in dev_list %} - {% with dev.get_profile as prof %} + {% with dev.userprofile as prof %} <tr> <td class="pic pic-{{ dev.username }}"> <img src="{{ prof.picture.url }}" height="125" width="125" alt="Image for {{ prof.alias }}"/> |