]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/settings/__init__.py
Set the faq page to be markdown and added the markdown tips the the side bar of the...
[osqa.git] / forum / settings / __init__.py
index 6132f6d743bcafaee8698d3b060251935e53f677..58ed460ce1f948356f3dcdce41ea3c7d3947a13d 100644 (file)
@@ -15,7 +15,8 @@ from minrep import *
 from repgain import *
 from voting import *
 from upload import *
 from repgain import *
 from voting import *
 from upload import *
-from pages import *
+from about import *
+from faq import *
 from form import *
 
 BADGES_SET = SettingSet('badges', _('Badges config'), _("Configure badges on your OSQA site."), 500)
 from form import *
 
 BADGES_SET = SettingSet('badges', _('Badges config'), _("Configure badges on your OSQA site."), 500)