</tr>
<tr py:for="instructor in instructors">
<td>${Markup(instructor.instr_name_hl(norm_query))}</td>
- <td>foo</td>
+ <td>${instructor.user.first_name}</td>
</tr>
<tr py:if="instr_len > count">
<td></td>
# Uncomment the admin/doc line below and add 'django.contrib.admindocs'
# to INSTALLED_APPS to enable admin documentation:
- # (r'^admin/doc/', include('django.contrib.admindocs.urls')),
+ (r'^admin/doc/', include('django.contrib.admindocs.urls')),
# Uncomment the next line to enable the admin:
(r'^admin/(.*)', admin.site.root),