Changeset 2506
- Timestamp:
- 01/27/10 16:42:50 (7 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9/pylucid_project/pylucid_plugins/internals/admin_views.py
r2505 r2506 174 174 if model_no: 175 175 model = models_dict[int(model_no)] 176 sourcecode = _textform_for_model(model, request , debug=True)176 sourcecode = _textform_for_model(model, request)#, debug=True) 177 177 178 178 output = hightlighter.make_html(sourcecode, source_type="py")