mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
org settings: Make time limit input elements inline to dropdown.
(To make the capitalization pass we added `N` to ignored phrases.)
This commit is contained in:
committed by
Tim Abbott
parent
b4bd299a34
commit
ec4e5e73ab
@@ -108,6 +108,8 @@ IGNORED_PHRASES = [
|
||||
r"^marketing$",
|
||||
r"^cookie$",
|
||||
r"^new_emoji$",
|
||||
# Used to refer custom time limits
|
||||
r"\bN\b",
|
||||
|
||||
# TO CLEAN UP
|
||||
# Just want to avoid churning login.html right now
|
||||
|
||||
Reference in New Issue
Block a user