Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pickyCat/mysite/feedList/templates/feedlist/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>입력된 사료가 없어요!</h1>

{% include 'snippets/pagination.html' with page_obj=page_obj %}

<div style="text-align: center; margin-top: 50px;">
<div style="text-align: center; margin-top: 40px;">
{% if target_feed %}
<a href="{% url 'feedlist:create' %}" class="btn btn-dark rounded-pill mt-3 mb-3 px-2" style='color:yellow'>
추가하기
Expand Down