Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
ブログのコメント欄の位置間違ってたから直した closes #500
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Nov 10, 2014
1 parent 2cae505 commit 5e908c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/templates/blogs/components/entry_detail.html
Expand Up @@ -27,6 +27,4 @@ <h1>
<time datetime="{ object.publish_at|date:'c' } "></time>
</article>
</div>
{% include "comments/components/comment_items.html" %}
{% include "comments/components/comment_form.html" %}
</div>
2 changes: 2 additions & 0 deletions src/templates/blogs/entry_detail.html
Expand Up @@ -16,6 +16,8 @@
{{ block.super }}
{% include "blogs/components/entry_detail.html" %}
{% include "components/star_container.html" %}
{% include "comments/components/comment_items.html" %}
{% include "comments/components/comment_form.html" %}
{% include "components/social.html" %}
{% endblock %}
{% block content-aside %}
Expand Down

0 comments on commit 5e908c2

Please sign in to comment.