Delete License form

This commit is contained in:
Kristofers Solo 2023-06-25 13:47:45 +00:00
parent 0c388c78cf
commit 8a729b9c8c

View File

@ -1,9 +0,0 @@
from django import forms
from .models import License
class LicenseForm(forms.ModelForm):
class Meta:
model = License
fields = ["short_name", "full_name", "url", "description"]