From: matt Date: Sat, 8 May 2010 17:58:46 +0000 (+0000) Subject: added REP_TO_UPLOAD to the replacements for the Markdown FAQ and About pages. X-Git-Tag: live~951 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/d5b584059538a1d758b87a59246a79b53fcf186b 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 --- 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)