Skip to content

Commit

Permalink
fix producttype admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Floris272 committed Feb 4, 2025
1 parent 289b3ab commit 2ad37b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/open_producten/producttypen/admin/producttype.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ class ProductTypeAdmin(OrderedInlineModelAdminMixin, TranslatableAdmin):
"uniforme_product_naam",
"toegestane_statussen",
"samenvatting",
"verbruiksobject_schema",
"themas",
"keywords",
"organisaties",
Expand Down
2 changes: 1 addition & 1 deletion src/open_producten/producttypen/tests/test_thema.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .factories import ThemaFactory


class TestVraag(TestCase):
class TestThema(TestCase):

def test_hoofd_thema_must_be_published_when_publishing_sub_thema(self):
hoofd_thema = ThemaFactory.create(gepubliceerd=False)
Expand Down

0 comments on commit 2ad37b4

Please sign in to comment.