Mercurial > p > roundup > code
comparison roundup/cgi/client.py @ 7079:b34d1808b0aa
Fix typo in comment.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 25 Nov 2022 22:25:17 -0500 |
| parents | ec8be5bd8bd6 |
| children | 64e1058051f3 |
comparison
equal
deleted
inserted
replaced
| 7078:537b24c593af | 7079:b34d1808b0aa |
|---|---|
| 762 self.determine_language() | 762 self.determine_language() |
| 763 self.db.i18n = self.translator | 763 self.db.i18n = self.translator |
| 764 | 764 |
| 765 # if we've made it this far the context is to a bit of | 765 # if we've made it this far the context is to a bit of |
| 766 # Roundup's real web interface (not a file being served up) | 766 # Roundup's real web interface (not a file being served up) |
| 767 # so do the Anonymous Web Acess check now | 767 # so do the Anonymous Web Access check now |
| 768 self.check_anonymous_access() | 768 self.check_anonymous_access() |
| 769 | 769 |
| 770 # check for a valid csrf token identifying the right user | 770 # check for a valid csrf token identifying the right user |
| 771 csrf_ok = True | 771 csrf_ok = True |
| 772 try: | 772 try: |
