Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Catching a couple of other month markers
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Turner committed Jun 2, 2017
1 parent ec97d97 commit f9b2232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icekit_events/templatetags/events_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def add_days(date, days):


YEAR_RE = r"\W*(o|y|Y)\W*" # year markers, plus any surrounding non-word text
MONTH_RE = r"\W*(b|E|F|m|M|n|N)\W*" # month markers, plus any surrounding non-word text
MONTH_RE = r"\W*(b|E|F|m|M|n|N|S|t)\W*" # month markers, plus any surrounding non-word text

def _format_with_same_year(format_specifier):
"""
Expand Down

0 comments on commit f9b2232

Please sign in to comment.