Move markdown input and select widgets to a widget folder

This commit is contained in:
2024-10-20 01:05:34 +02:00
parent e3dcad62cc
commit f78b968075
8 changed files with 70 additions and 68 deletions

View File

@ -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