Add soc.views.simple containing (initially) two simple template views.
templateWithLinkName() is a view that can replace most public() read-only
views. errorResponse() is a view that renders an error page for
out_of_band.ErrorResponse exceptions. Also, change response_helpers.respond()
to accept keyword arguments to pass to http.HttpResponse(). (errorResponse()
makes use of this new respond() feature.)
Patch by: Todd Larsen
Review by: to-be-reviewed
# Please sort this file in alphabetical order by last (given) name.
# Please only include one name per line. If an (optional) email address is
# included, it must be RFC 2821 compliant (properly quoted, escaped, etc.).
# Lines beginning with # can be stripped from the file, as can blank lines.
"Todd Larsen" <tlarsen@google.com>
"Sverre Rabbelier" <sverre@rabbelier.nl>
"Pawel Solyga" <pawel.solyga@gmail.com>