jstacoder / flask-cms

a minimal CMS built on the pythonic MTV (model / template / view) pattern, implemented using the flask webframework
136 stars 37 forks source link

add resource error #7

Closed tanyewei closed 9 years ago

tanyewei commented 9 years ago

ex: http://127.0.0.1:8088/blog/add_post TypeError TypeError: call() got multiple values for keyword argument 'class_'

jstacoder commented 9 years ago

thats an issue with the standard version of flask-pagedown, to fix it i patched mine, but i guess for the git version ill just remove the class_ attribute from its arguments