Ticket #12600: 12600.diff
File 12600.diff, 768 bytes (added by , 15 years ago) |
---|
-
django/contrib/comments/views/comments.py
78 78 # If there are errors or if we requested a preview show the comment 79 79 if form.errors or preview: 80 80 template_list = [ 81 "comments/%s _%s_preview.html" % tuple(str(model._meta).split(".")),82 "comments/%s _preview.html" % model._meta.app_label,81 "comments/%s/%s/preview.html" % tuple(str(model._meta).split(".")), 82 "comments/%s/preview.html" % model._meta.app_label, 83 83 "comments/preview.html", 84 84 ] 85 85 return render_to_response(