Skip to content

Commit

Permalink
Merge branch '0.5' of github.com:pjuu/pjuu into 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
docapotamus committed Jan 4, 2015
2 parents 6faee03 + b99fc83 commit d61e387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pjuu/templates/list_comments.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<img class="avatar" src="{{ item.user_email|avatar(32) }}"/>
<div class="control">
{% if item.uid == current_user.uid or post.uid == current_user.uid %}
<a href="{{ url_for('delete_post', username=item.user_username, pid=item.pid, cid=item.cid, next=request.path) }}" class="fa fa-remove fa-lg delete"></a>
<a href="{{ url_for('delete_post', username=post.user_username, pid=item.pid, cid=item.cid, next=request.path) }}" class="fa fa-remove fa-lg delete"></a>
{% endif %}
</div>
<div class="content post clearfix">
Expand Down Expand Up @@ -71,4 +71,4 @@
{% else %}
<div class="empty">Empty</div>
{% endif %}
{% endblock %}
{% endblock %}

0 comments on commit d61e387

Please sign in to comment.