From: artunit Date: Mon, 26 Jan 2009 18:43:17 +0000 (+0000) Subject: git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@120 6d9bc8c9-1ec2-4278... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0e18a3f4926ab8368a1f29c3eb43c42607dfb99d;p=Syrup.git git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@120 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- diff --git a/conifer/templates/search_results.xhtml b/conifer/templates/search_results.xhtml index 69ec36e..0bbbe33 100644 --- a/conifer/templates/search_results.xhtml +++ b/conifer/templates/search_results.xhtml @@ -36,7 +36,7 @@ courses = course_list ${Markup(instructor.instr_name_hl(norm_query))} - foo + ${instructor.user.first_name} diff --git a/conifer/urls.py b/conifer/urls.py index a320d71..101ed39 100644 --- a/conifer/urls.py +++ b/conifer/urls.py @@ -11,7 +11,7 @@ urlpatterns = patterns('', # 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),