removed unwanted file in templates for browsing users.
authoranoop
Fri, 19 Feb 2010 21:49:00 +0530
changeset 46 7dd834f5f493
parent 45 ab8918e654ae
child 47 4e059a4220cc
removed unwanted file in templates for browsing users.
templates/user/browse.html
--- a/templates/user/browse.html	Fri Feb 19 21:46:24 2010 +0530
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-{% extends 'base.html' %}
-{% block content %}
-    List of all the users:<br />
-    {% for user in userlist %}
-        <a href="/user/view/uid={{ user.id }}">{{ user.username }}</a><br />
-    {% endfor %}
-{% endblock %}