Skip to content

Commit

Permalink
Moving widgets out of an app to close #416
Browse files Browse the repository at this point in the history
  • Loading branch information
btbonval committed Feb 27, 2015
1 parent 3d5d98b commit 47cd3a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karmaworld/apps/notes/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from django.forms import TextInput
from django_filepicker.widgets import FPFileWidget
from django.template.loader import render_to_string
from wysihtml5.widgets import RichTextEditor
from karmaworld.utils.widgets import RichTextEditor

from karmaworld.apps.notes.models import Note, NoteMarkdown

Expand Down
File renamed without changes.

0 comments on commit 47cd3a5

Please sign in to comment.