From f359b645e6c58c0756cb29a6c7950ef998f88bed Mon Sep 17 00:00:00 2001 From: substantialnoninfringinguser Date: Mon, 6 Jul 2009 08:35:08 +0100 Subject: [PATCH] [svn] not ready for that yet --- core/views_other.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/views_other.py b/core/views_other.py index b2bc9cd..5bf7333 100644 --- a/core/views_other.py +++ b/core/views_other.py @@ -165,7 +165,7 @@ def logbook_entry_suggestions(request): """ unwiki_QM_pattern=r"(?P(?P[ABC]?)(?P\d*)-?(?P\d\d\d?\d?)-(?P\d\d)(?P[ABCDXV]?)(?=\s))" unwiki_QM_pattern=re.compile(unwiki_QM_pattern) - wikilink_QM_pattern=settings.QM_PATTERN + #wikilink_QM_pattern=settings.QM_PATTERN slug=request.POST['slug'] date=request.POST['date'] @@ -192,7 +192,7 @@ def logbook_entry_suggestions(request): print unwiki_QMs - wikilink_QMs=re.findall(wikilink_QM_pattern,lbo.text) + #wikilink_QMs=re.findall(wikilink_QM_pattern,lbo.text) attached_QMs=lbo.QMs_found.all() unmentioned_attached_QMs=''#not implemented, fill this in by subtracting wiklink_QMs from attached_QMs