Skip to content
Snippets Groups Projects
Commit 9787b750 authored by Dorian Lesbre's avatar Dorian Lesbre
Browse files

Removed useless label

parent 8b3c3ffe
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ class ActivityForm(FormRenderMixin, forms.ModelForm): ...@@ -31,7 +31,7 @@ class ActivityForm(FormRenderMixin, forms.ModelForm):
class Meta: class Meta:
model = ActivityList model = ActivityList
fields = ("activity",) fields = ("activity",)
#widgets = {"activity": forms.Select(choices=())} labels = {"activity":""}
def __init__(self, *args, **kwargs): def __init__(self, *args, **kwargs):
super(ActivityForm, self).__init__(*args, **kwargs) super(ActivityForm, self).__init__(*args, **kwargs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment