diff roundup/cgi/templating.py @ 3505:b294cc477f2c

ZRoundup works again [SF#1263842]
author Richard Jones <richard@users.sourceforge.net>
date Wed, 25 Jan 2006 03:43:04 +0000
parents 86d6131847e8
children dcaa366b2cc8
line wrap: on
line diff
--- a/roundup/cgi/templating.py	Wed Jan 25 03:24:09 2006 +0000
+++ b/roundup/cgi/templating.py	Wed Jan 25 03:43:04 2006 +0000
@@ -2007,6 +2007,9 @@
     - "filterspec" values to filter the index on
     - "search_text" text to perform a full-text search on for an index
     '''
+    def __repr__(self):
+        return '<HTMLRequest %r>'%self.form
+
     def __init__(self, client):
         # _client is needed by HTMLInputMixin
         self._client = self.client = client

Roundup Issue Tracker: http://roundup-tracker.org/