Skip to content

Commit

Permalink
Actually remove LabelSubmit
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Nov 11, 2024
1 parent 2e0179b commit ea03b77
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions python/nav/web/crispyforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,7 @@
from typing import Optional

from django import forms
from crispy_forms_foundation.layout import Field, Submit


class LabelSubmit(Submit):
"""Submitbutton with a label above it to align within a row"""

template = 'custom_crispy_templates/submit.html'
from crispy_forms_foundation.layout import Field


class CheckBox(Field):
Expand Down

0 comments on commit ea03b77

Please sign in to comment.