From d5b584059538a1d758b87a59246a79b53fcf186b Mon Sep 17 00:00:00 2001 From: matt Date: Sat, 8 May 2010 17:58:46 +0000 Subject: [PATCH] added REP_TO_UPLOAD to the replacements for the Markdown FAQ and About pages. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@178 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/settings/settingsmarkdown.py | 1 + 1 file changed, 1 insertion(+) diff --git a/forum/settings/settingsmarkdown.py b/forum/settings/settingsmarkdown.py index b4d47d4..2c151bb 100644 --- a/forum/settings/settingsmarkdown.py +++ b/forum/settings/settingsmarkdown.py @@ -43,6 +43,7 @@ class SettingsPre(Preprocessor): line = line.replace('REP_TO_CLOSE_OTHERS', '%d' % settings.REP_TO_CLOSE_OTHERS) line = line.replace('REP_TO_DELETE_COMMENTS', '%d' % settings.REP_TO_DELETE_COMMENTS) line = line.replace('REP_TO_VIEW_FLAGS', '%d' % settings.REP_TO_VIEW_FLAGS) + line = line.replace('REP_TO_UPLOAD', '%d' % settings.REP_TO_UPLOAD) new_lines.append(line) -- 2.39.5