Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Apr 18, 2021
1 parent 8545403 commit 3db036e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions example/app/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@

RADIO_CHOICES = (("1", "Radio 1"), ("2", "Radio 2"))


MEDIA_CHOICES = (
("Audio", (("vinyl", "Vinyl"), ("cd", "CD"))),
("Video", (("vhs", "VHS Tape"), ("dvd", "DVD"))),
("unknown", "Unknown"),
)




class TestForm(forms.Form):
"""Form with a variety of widgets to test django_bootstrap5 rendering."""

Expand Down

0 comments on commit 3db036e

Please sign in to comment.