# HG changeset patch # User raph # Date 1279207263 -7200 # Node ID f6dab88267b7eac6590d84f151b26acf2b271d64 # Parent 173710f4b6d13b61682fc07d7fe8072857b9744d cleanup unused 'markup' template tag lib usage 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:"" }}