Commit a3ec7532 by liuyingying

delete redundant code

parent ee052bbe
......@@ -43,14 +43,6 @@
<ul>
{% for user in user_list %}
<li><a href="{% url 'hunter:user' user.userID %}">{{ user.name }}</a></li>
<li><a href="{% url 'hunter:user' user.userID %}">{{ user.name }}</a></li>
<li><a href="{% url 'hunter:user' user.userID %}">{{ user.name }}</a></li>
<li><a href="{% url 'hunter:user' user.userID %}">{{ user.name }}</a></li>
<li><a href="{% url 'hunter:user' user.userID %}">{{ user.name }}</a></li>
<li><a href="{% url 'hunter:user' user.userID %}">{{ user.name }}</a></li>
<li><a href="{% url 'hunter:user' user.userID %}">{{ user.name }}</a></li>
<li><a href="{% url 'hunter:user' user.userID %}">{{ user.name }}</a></li>
{% endfor %}
</ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment