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:
Shubham Dhama
2018-05-02 22:32:51 +05:30
committed by Tim Abbott
parent b4bd299a34
commit ec4e5e73ab
5 changed files with 39 additions and 29 deletions

View File

@@ -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