mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
Delete License form
This commit is contained in:
parent
0c388c78cf
commit
8a729b9c8c
@ -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"]
|
||||
Loading…
Reference in New Issue
Block a user