From b0b0e2b450404d8a27b59622623bf7285702f73b Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sat, 19 Oct 2013 18:16:03 -0400 Subject: [PATCH] Fix one of the template bases. --- tasks/afc_undated.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tasks/afc_undated.py b/tasks/afc_undated.py index f36fce1..40ad81e 100644 --- a/tasks/afc_undated.py +++ b/tasks/afc_undated.py @@ -42,7 +42,10 @@ class AFCUndated(Task): "talk": [NS_TALK, NS_FILE_TALK, NS_TEMPLATE_TALK, NS_HELP_TALK, NS_CATEGORY_TALK] } - self.aliases = {"submission": ["AFC submission"], "talk": ["WPAFC"]} + self.aliases = { + "submission": ["AFC submission"], + "talk": ["WikiProject Articles for creation"] + } def run(self, **kwargs): try: