Skip to content
Snippets Groups Projects
Verified Commit a6a94fb8 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Remove old form field for subject

parent 9b940618
No related branches found
No related tags found
No related merge requests found
...@@ -10,5 +10,3 @@ from aleksis.core.models import Group ...@@ -10,5 +10,3 @@ from aleksis.core.models import Group
class UntisUploadForm(forms.Form): class UntisUploadForm(forms.Form):
untis_xml = forms.FileField(label=_("Untis XML export")) untis_xml = forms.FileField(label=_("Untis XML export"))
EditGroupForm.add_node_to_layout(Fieldset(_("UNTIS import"), "untis_subject"))
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