Skip to content

Commit

Permalink
fix(forms): drop use of apis listselect2 override
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Aug 26, 2024
1 parent 059891d commit 20644b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis_bibsonomy/forms.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from django.forms import ModelForm, HiddenInput
from django.urls import reverse
from .models import Reference
from apis_core.apis_entities.fields import ListSelect2
from dal.autocomplete import ListSelect2
from crispy_forms.helper import FormHelper
from crispy_forms.layout import Submit, Layout, Row, Column, Div

Expand Down

0 comments on commit 20644b8

Please sign in to comment.