From 59faca98926b3d33f9a5622b1e411d9c95961111 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 23 Jul 2022 15:35:45 +0200 Subject: [PATCH] refine pronouns --- files/helpers/regex.py | 2 +- files/templates/settings_profile.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/helpers/regex.py b/files/helpers/regex.py index e7d59e3d0..0ba20a247 100644 --- a/files/helpers/regex.py +++ b/files/helpers/regex.py @@ -102,7 +102,7 @@ search_token_regex = re.compile('"([^"]*)"|(\S+)', flags=re.A) git_regex = re.compile("ref: (refs/.+)", flags=re.A) -pronouns_regex = re.compile("([a-z]{1,5})/[a-z]{2,5}(/[a-z]{2,5})?", flags=re.A|re.I) +pronouns_regex = re.compile("([a-z]{1,5})/[a-z]{1,5}(/[a-z]{1,5})?", flags=re.A|re.I) knowledgebase_page_regex = re.compile("[a-zA-Z0-9_\-]+", flags=re.A) diff --git a/files/templates/settings_profile.html b/files/templates/settings_profile.html index 4ba7fac7d..f8d230825 100644 --- a/files/templates/settings_profile.html +++ b/files/templates/settings_profile.html @@ -473,7 +473,7 @@
- +
{2-5 characters} / {2-5 characters}