klen / django_markdown

Django markdown support and wysiwig
GNU Lesser General Public License v3.0
391 stars 143 forks source link

Use POST instead REQUEST in request object (views.py)to get editor pr… #64

Closed ulisesqg closed 1 year ago

ulisesqg commented 8 years ago

Use POST instead REQUEST in request object (views.py)to get editor preview works properly

dvf commented 8 years ago

This is currently breaking previews in admin.

prokaktus commented 8 years ago

Yeah. Preview is broken. @klen please, merge this.

invious commented 8 years ago

Is there a way to disable the button in the meantime? so it doesn't create a large blank text area when a user tries to press it?