Dominic Langsdale

Results 3 issues of Dominic Langsdale

When setting the range of float values from 0.005f to 1f dragging the slider in the mod menu to these values produced a crash.

Passing request.FILES to the CommentForm in post_comment view. Allows for the comment form and comment model to be extended with file fields without having to override the post_comment view. #190

test_needed

Currently the post_comment view must be overridden if you wish to extend the the comment form and model with file fields. Adding request.FILES to the comment form in post_comment will...