]> git.openstreetmap.org Git - osqa.git/commitdiff
added REP_TO_UPLOAD to the replacements for the Markdown FAQ and About pages.
authormatt <matt@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sat, 8 May 2010 17:58:46 +0000 (17:58 +0000)
committermatt <matt@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sat, 8 May 2010 17:58:46 +0000 (17:58 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@178 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/settings/settingsmarkdown.py

index b4d47d42f7c0e64b2272853d56d44ff10385391b..2c151bbcf32bb499ceeda8315ed38eff9f119efb 100644 (file)
@@ -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)