summaryrefslogtreecommitdiffstats
path: root/templates/public/developer_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/public/developer_list.html')
-rw-r--r--templates/public/developer_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/developer_list.html b/templates/public/developer_list.html
index 8d1c5be..c294dc7 100644
--- a/templates/public/developer_list.html
+++ b/templates/public/developer_list.html
@@ -9,7 +9,7 @@
{% for dev in dev_list %}
<tr>
<td class="devpic">
- <img src="{{ dev.get_profile.picture.url }}" height="175" width="175" style="border:1px solid black">
+ <img src="{{ dev.get_profile.picture.url }}" height="175" width="175" style="border:1px solid black" alt="Image for {{ dev.get_profile.alias }}"/>
</td><td>
<a name="{{ dev.first_name }}{{ dev.last_name.0|capfirst}}" />
{% autoescape off %}