From 5235a38b8340717b6dc3082a553ca5b9d6ba40a3 Mon Sep 17 00:00:00 2001 From: Art Rhyno Date: Mon, 6 Feb 2012 23:59:00 -0500 Subject: [PATCH] Expose course notes editing --- conifer/templates/edit_site.xhtml | 1 + 1 file changed, 1 insertion(+) diff --git a/conifer/templates/edit_site.xhtml b/conifer/templates/edit_site.xhtml index 3f2d8bb..f3820ea 100644 --- a/conifer/templates/edit_site.xhtml +++ b/conifer/templates/edit_site.xhtml @@ -78,6 +78,7 @@ owner = instance.owner if instance.owner_id else None ${field_row(form.start_term)} ${field_row(form.end_term)} ${field_row(form.service_desk)} + ${field_row(form.sitenotes)} -- 2.11.0