Changes between Initial Version and Version 1 of Ticket #19577, comment 3


Ignore:
Timestamp:
Jan 24, 2013, 4:54:31 AM (11 years ago)
Author:
Florian Apolloner

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19577, comment 3

    initial v1  
    1 The indendation is wrong at https://code.djangoproject.com/attachment/ticket/19577/19577.diff#L45 and you don't need format_html at https://code.djangoproject.com/attachment/ticket/19577/19577.diff#L63 (there is no allow_tags=True) -- otherwise it looks good to me.
     1The indendation is wrong at https://code.djangoproject.com/attachment/ticket/19577/19577.diff#L45 and you need to manually call safe on the arguments of the join https://code.djangoproject.com/attachment/ticket/19577/19577.diff#L63 -- otherwise it looks good to me.
Back to Top