Chromium Code Reviews| Index: status.py |
| diff --git a/status.py b/status.py |
| index fc37e40ea896dcbff03fe3c5f8f14ea01ca3670c..f7097b3902f002ffc095473f853604cbc4e99940 100644 |
| --- a/status.py |
| +++ b/status.py |
| @@ -35,6 +35,8 @@ class Status(db.Model): |
| def general_state(self): |
| """Returns a string representing the state that the status message |
| describes. |
| + |
| + Note: Keep in sync with main.html help text. |
| """ |
| message = self.message |
| closed = re.search('close', message, re.IGNORECASE) |