diff -r 173710f4b6d1 -r f6dab88267b7 src/cm/templates/api_doc.html --- a/src/cm/templates/api_doc.html Thu Jul 15 17:17:21 2010 +0200 +++ b/src/cm/templates/api_doc.html Thu Jul 15 17:21:03 2010 +0200 @@ -37,7 +37,6 @@ The authentification is done using HTTP Authentification. The default return format is 'json', add '?format=other_format' where other_format is 'json', 'xml', 'yaml' to change the results' format. -{% load markup %} {% regroup docs by type as grouped_docs %} @@ -50,7 +49,7 @@

{{ doc.handler.desc }}

- {{ doc.doc|default:""|restructuredtext }} + {{ doc.doc|default:"" }}