-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Addressing #35 #42
base: master
Are you sure you want to change the base?
Addressing #35 #42
Conversation
filemanager/widgets.py
Outdated
@@ -37,12 +37,12 @@ class Media: | |||
|
|||
def render(self, name, value, attrs=None): | |||
rendered = super(CKEditorWidget, self).render(name, value, attrs) | |||
div = "<div style='height:20px'></div>" | |||
div = '<div style='height:20px'></div>' |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address the travis issues @OscarEReyes. https://travis-ci.org/IMGIITRoorkee/django-filemanager/builds/291467904?utm_source=github_status&utm_medium=notification
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The .iml files have been committed. Which IDE are you using? 😃 Please delete them.
…nager Pulled Please enter a commit message to explain why this merge is necessary,
No description provided.