missing interpolation. Until proven we need an id on attribute form table, remove it tls-sprint
authorsylvain.thenault@logilab.fr
Tue, 14 Apr 2009 11:26:50 +0200
branchtls-sprint
changeset 1340 12e46a39f3f2
parent 1339 f74674c042ed
child 1341 9502d02630bf
child 1372 d4264cd876e1
missing interpolation. Until proven we need an id on attribute form table, remove it
web/formrenderers.py
--- a/web/formrenderers.py	Fri Apr 10 16:49:06 2009 +0200
+++ b/web/formrenderers.py	Tue Apr 14 11:26:50 2009 +0200
@@ -151,7 +151,7 @@
         return fields
     
     def _render_fields(self, fields, w, form, values):
-        w(u'<table id="%s" class="attributeForm" style="width:100%%;">')
+        w(u'<table class="attributeForm" style="width:100%;">')
         for field in fields:
             w(u'<tr>')
             if self.display_label: