Skip to content

Commit

Permalink
Update users.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Cybran111 committed Jul 21, 2015
1 parent c77fd6d commit d718d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/templates/admin/users.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

{% block content %}
<ul class="list-group">
{% for user in entry %}
{% for user in entries %}
<li class="list-group-item">
<a href="{{ url_for('admin.user_detail', entry_id=user.id) }}">
class="list-group-item">{{ user.name }}
{{ user.name }}
</a>
</li>
{% endfor %}
Expand Down

0 comments on commit d718d87

Please sign in to comment.