]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/views/admin.py
Set the faq page to be markdown and added the markdown tips the the side bar of the...
[osqa.git] / forum / views / admin.py
index 7a299221f7f1f6e276b7653eac92ec65539b7b3e..421fbc94a66a8a8634948f62f61fcf7deabeac8c 100644 (file)
@@ -53,6 +53,7 @@ def settings_set(request, set_name):
 
     return render_to_response('osqaadmin/set.html', {
         'form': form,
+        'markdown': set.markdown,
         'sets': get_all_sets(),
     }, context_instance=RequestContext(request))