cleanup unused 'markup' template tag lib usage
authorraph
Thu, 15 Jul 2010 17:21:03 +0200
changeset 298 f6dab88267b7
parent 297 173710f4b6d1
child 299 34b4038e3069
cleanup unused 'markup' template tag lib usage
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 <a href="http://fr.wikipedia.org/wiki/HTTP_Authentification">HTTP Authentification</a>.
 
 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 @@
 			
 			<p>{{ doc.handler.desc }}</p>
 			<p>
-				{{ doc.doc|default:""|restructuredtext }}
+				{{ doc.doc|default:"" }}
 			</p>
 			
 			<p>