Skip to content

Commit

Permalink
Revert "update: headline is limited to 50 characters"
Browse files Browse the repository at this point in the history
This reverts commit ffc3501.
  • Loading branch information
Joliv3r committed Sep 22, 2024
1 parent ffc3501 commit e2927ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
18 changes: 0 additions & 18 deletions nablapps/events/migrations/0015_alter_event_headline.py

This file was deleted.

2 changes: 0 additions & 2 deletions nablapps/events/models/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ class Event(
Dukker opp som nyheter på forsiden.
"""

headline = models.CharField(blank=True, max_length=50, verbose_name="tittel")

# Penalty_rules is a dict where key is an integer and value is
# a tuple with the name of the rule as first element and
# a dictionary with the rules as second element.
Expand Down

0 comments on commit e2927ac

Please sign in to comment.