mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2026-02-04 14:52:11 +00:00
Delete License form
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user