Skip to content

Commit

Permalink
Update wafer/tickets/models.py
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Cross <[email protected]>
  • Loading branch information
drnlm and hodgestar authored Oct 7, 2024
1 parent f20fbd4 commit f507636
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wafer/tickets/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
class TicketTypeTag(models.Model):
"""Tags that can be added to a TicketType.
For example 'online, 'sponsor'"""
For example 'online', 'sponsor'.
"""

MAX_NAME_LENGTH = 75
name = models.CharField(max_length=MAX_NAME_LENGTH)
Expand Down

0 comments on commit f507636

Please sign in to comment.