branch | anoop |
changeset 26 | 212fcba4459e |
parent 25 | 30baf3c635c5 |
child 31 | ec540dfbfe78 |
--- a/templates/list_stats.html Sat May 29 19:35:49 2010 +0530 +++ b/templates/list_stats.html Thu Jun 03 19:06:14 2010 +0530 @@ -1,5 +1,5 @@ -<html> -<body> +{% extends 'base.html' %} +{% block content %} <form action="" method="post"> <!-- Topics: <input name="topics" value=""{{topics}}> <br /> @@ -37,6 +37,4 @@ </tr> {% endfor %} </table> - -</body> -</html> +{% endblock %}