Code review comment for lp:~cjohnston/summit/track-display-name

Revision history for this message
Michael Hall (mhall119) wrote :

Line 156 of the diff:

verbose_name=settings.TRACK_DISPLAY_NAME,

Needs to be:

verbose_name=getattr(settings, 'TRACK_DISPLAY_NAME', 'Track')

review: Needs Fixing

« Back to merge proposal