mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Move markdown input and select widgets to a widget folder
This commit is contained in:
@ -25,7 +25,7 @@ from django import forms
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
||||
from core.models import User
|
||||
from core.views.forms import MarkdownInput
|
||||
from core.views.widgets.markdown import MarkdownInput
|
||||
from pedagogy.models import UV, UVComment, UVCommentReport
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user