diff options
| author | 2020-10-01 19:45:44 +0100 | |
|---|---|---|
| committer | 2020-10-01 19:45:44 +0100 | |
| commit | 7a12a372cc0202a208e794b36774b9e56d2be096 (patch) | |
| tree | b3716ebf76f9ea6504a66410d45f741c42243c86 /pydis_site/apps/api | |
| parent | Add "Welcome to Python Discord" video to index (diff) | |
Update rule 5
Diffstat (limited to 'pydis_site/apps/api')
| -rw-r--r-- | pydis_site/apps/api/views.py | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/pydis_site/apps/api/views.py b/pydis_site/apps/api/views.py index 7ac56641..0d126051 100644 --- a/pydis_site/apps/api/views.py +++ b/pydis_site/apps/api/views.py @@ -135,8 +135,9 @@ class RulesView(APIView):              ),              (                  "Do not provide or request help on projects that may break laws, " -                "breach terms of services, be considered malicious/inappropriate " -                "or be for graded coursework/exams." +                "breach terms of services, be considered malicious or inappropriate. " +                "Do not help with ongoing exams. Do not provide or request solutions " +                "for graded assignments, although general guidance is okay."              ),              (                  "No spamming or unapproved advertising, including requests for paid work. " | 
