From 513cc3c985d72200ca1b51b1d1a4fbe5920f9253 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 29 Sep 2021 03:31:55 +0200 Subject: [PATCH] sneed --- files/helpers/const.py | 44 ++++++++++++++++++++----- files/templates/admins.html | 4 --- files/templates/api.html | 4 --- files/templates/authforms.html | 6 ---- files/templates/contact.html | 5 --- files/templates/leaderboard.html | 4 --- files/templates/login.html | 7 ---- files/templates/login_2fa.html | 6 ---- files/templates/search.html | 5 --- files/templates/settings.html | 6 ---- files/templates/settings2.html | 5 --- files/templates/settings_shop.html | 7 ---- files/templates/sign_up.html | 10 ------ files/templates/sign_up_failed_ref.html | 13 -------- files/templates/submit.html | 7 ---- files/templates/truescore.html | 4 --- 16 files changed, 36 insertions(+), 101 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index be148a9a3..452da4d8a 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -9,14 +9,17 @@ SLURS = { " fag":" cute twink", " Fag":" Cute twink", " FAG":" CUTE TWINK", + " pedophile":" libertarian", + " Pedophile":" Libertarian ", + " PEDOPHILE":" LIBERTARIAN ", + " pedo":" libertarian", + " Pedo":" Libertarian ", + " PEDO":" LIBERTARIAN ", " kill yourself":" keep yourself safe", " KILL YOURSELF":" KEEP YOURSELF SAFE", " nigger":" 🏀", " Nigger":" 🏀", " NIGGER":" 🏀", - " pedo":" libertarian", - " Pedo":" Libertarian ", - " PEDO":" LIBERTARIAN ", " rapist":" male feminist", " Rapist":" Male feminist", " RAPIST":" MALE FEMINIST", @@ -51,13 +54,24 @@ SLURS = { " jannie":" j-slur", " Jannie":" J-slur", " JANNIE":" J-SLUR", - " latinos":" latinx", " latino":" latinx", " latinas":" latinx", " latina":" latinx", " hispanics":" latinx", " hispanic":" latinx", + " Latinos":" Latinx", + " Latino":" Latinx", + " Latinas":" Latinx", + " Latina":" Latinx", + " Hispanics":" Latinx", + " Hispanic":" Latinx", + " LATINOS":" LATINX", + " LATINO":" LATINX", + " LATINAS":" LATINX", + " LATINA":" LATINX", + " HISPANICS":" LATINX", + " HISPANIC":" LATINX", "faggot ":"cute twink ", "Faggot ":"Cute twink ", @@ -65,14 +79,17 @@ SLURS = { "fag ":"cute twink ", "Fag ":"Cute twink ", "FAG ":"CUTE TWINK ", + "pedophile ":"libertarian ", + "Pedophile ":"Libertarian ", + "PEDOPHILE ":"LIBERTARIAN ", + "pedo ":"libertarian ", + "Pedo ":"Libertarian ", + "PEDO ":"LIBERTARIAN ", "kill yourself ":"keep yourself safe ", "KILL YOURSELF ":"KEEP YOURSELF SAFE ", "nigger ":"🏀 ", "Nigger ":"🏀 ", "NIGGER ":"🏀 ", - "pedo ":"libertarian ", - "Pedo ":"Libertarian ", - "PEDO ":"LIBERTARIAN ", "steve akins ":"penny verity oaken ", "Steve Akins ":"Penny Verity Oaken ", "STEVE AKINS ":"PENNY VERITY OAKEN ", @@ -98,13 +115,24 @@ SLURS = { "jannie ":"j-slur ", "Jannie ":"J-slur ", "JANNIE ":"J-SLUR ", - "latinos ":"latinx ", "latino ":"latinx ", "latinas ":"latinx ", "latina ":"latinx ", "hispanics ":"latinx ", "hispanic ":"latinx ", + "Latinos ":"Latinx ", + "Latino ":"Latinx ", + "Latinas ":"Latinx ", + "Latina ":"Latinx ", + "Hispanics ":"Latinx ", + "Hispanic ":"Latinx ", + "LATINOS ":"LATINX ", + "LATINO ":"LATINX ", + "LATINAS ":"LATINX ", + "LATINA ":"LATINX ", + "HISPANICS ":"LATINX ", + "HISPANIC ":"LATINX ", " nig ":" 🏀 ", " Nig ":" 🏀 ", diff --git a/files/templates/admins.html b/files/templates/admins.html index ac4ddd026..3b645572c 100644 --- a/files/templates/admins.html +++ b/files/templates/admins.html @@ -20,8 +20,4 @@ {% endfor %} -
-
-
-
{% endblock %} \ No newline at end of file diff --git a/files/templates/api.html b/files/templates/api.html index 0afe5febe..8ced5cebc 100644 --- a/files/templates/api.html +++ b/files/templates/api.html @@ -123,8 +123,4 @@ The expected result of this would be a large JSON representation of the submissi {% endfilter %} -
-
-
-
{% endblock %} \ No newline at end of file diff --git a/files/templates/authforms.html b/files/templates/authforms.html index 1d0eefb79..4c49e6c6f 100644 --- a/files/templates/authforms.html +++ b/files/templates/authforms.html @@ -97,12 +97,6 @@ - -
-
-
-
-
\ No newline at end of file diff --git a/files/templates/contact.html b/files/templates/contact.html index 78ce6c54c..57d41871c 100644 --- a/files/templates/contact.html +++ b/files/templates/contact.html @@ -69,9 +69,4 @@

If you can see this line, we haven't been contacted by any law enforcement or governmental organizations in 2021 yet.

-
-
-
-
- {% endblock %} diff --git a/files/templates/leaderboard.html b/files/templates/leaderboard.html index 568ba2e6b..882d2e6e9 100644 --- a/files/templates/leaderboard.html +++ b/files/templates/leaderboard.html @@ -151,8 +151,4 @@ {% endfor %} {% endif %} -
-
-
-
{% endblock %} \ No newline at end of file diff --git a/files/templates/login.html b/files/templates/login.html index 8b94413ed..99bde899b 100644 --- a/files/templates/login.html +++ b/files/templates/login.html @@ -114,13 +114,6 @@ - -
-
-
-
-
- diff --git a/files/templates/login_2fa.html b/files/templates/login_2fa.html index a4bf9d321..da9b42859 100644 --- a/files/templates/login_2fa.html +++ b/files/templates/login_2fa.html @@ -101,12 +101,6 @@ -
-
-
-
-
- diff --git a/files/templates/search.html b/files/templates/search.html index 864706795..dcce70d68 100644 --- a/files/templates/search.html +++ b/files/templates/search.html @@ -159,10 +159,5 @@ -
 
-
-
-
-		
{% endblock %} \ No newline at end of file diff --git a/files/templates/settings.html b/files/templates/settings.html index aa07e5e6d..ed809641e 100644 --- a/files/templates/settings.html +++ b/files/templates/settings.html @@ -283,12 +283,6 @@ {% block onload %}{% endblock %} -
-
-
-
-
- \ No newline at end of file diff --git a/files/templates/settings2.html b/files/templates/settings2.html index adfa03728..d3dd7066c 100644 --- a/files/templates/settings2.html +++ b/files/templates/settings2.html @@ -190,11 +190,6 @@ {% block scripts %} {% endblock %} -
-
-
-
-
\ No newline at end of file diff --git a/files/templates/settings_shop.html b/files/templates/settings_shop.html index 04fbf1907..0b8ce4b90 100644 --- a/files/templates/settings_shop.html +++ b/files/templates/settings_shop.html @@ -84,11 +84,4 @@ {% endfor %} -
-
-
-
-
-
-
{% endblock %} diff --git a/files/templates/sign_up.html b/files/templates/sign_up.html index ad7414a23..7d9eff5c5 100644 --- a/files/templates/sign_up.html +++ b/files/templates/sign_up.html @@ -160,16 +160,6 @@ - - - - -
-
-
-
-
- diff --git a/files/templates/sign_up_failed_ref.html b/files/templates/sign_up_failed_ref.html index 74c3a3151..40e34fbac 100644 --- a/files/templates/sign_up_failed_ref.html +++ b/files/templates/sign_up_failed_ref.html @@ -96,19 +96,6 @@ Link copied to clipboard - - - - - - - -
-
-
-
-
- diff --git a/files/templates/submit.html b/files/templates/submit.html index 97adab969..29aa357df 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -166,13 +166,6 @@ {% endblock %} - -
-
-
-
-
- diff --git a/files/templates/truescore.html b/files/templates/truescore.html index ccf36ec72..3034778cf 100644 --- a/files/templates/truescore.html +++ b/files/templates/truescore.html @@ -22,8 +22,4 @@ {% endfor %} -
-
-
-
{% endblock %} \ No newline at end of file