Changeset 2506

Show
Ignore:
Timestamp:
01/27/10 16:42:50 (7 weeks ago)
Author:
JensDiemer
Message:

form_generator: disable debug

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.9/pylucid_project/pylucid_plugins/internals/admin_views.py

    r2505 r2506  
    174174    if model_no: 
    175175        model = models_dict[int(model_no)] 
    176         sourcecode = _textform_for_model(model, request, debug=True) 
     176        sourcecode = _textform_for_model(model, request)#, debug=True) 
    177177 
    178178        output = hightlighter.make_html(sourcecode, source_type="py")