diff --git a/static/upload/img/5125c2beae99441da78e85dcec874f76.png b/static/upload/img/5125c2beae99441da78e85dcec874f76.png new file mode 100644 index 0000000..2e9266a Binary files /dev/null and b/static/upload/img/5125c2beae99441da78e85dcec874f76.png differ diff --git a/static/upload/img/df03bffe5c814409a441acbbac84d4b4.png b/static/upload/img/df03bffe5c814409a441acbbac84d4b4.png new file mode 100644 index 0000000..2e9266a Binary files /dev/null and b/static/upload/img/df03bffe5c814409a441acbbac84d4b4.png differ diff --git a/static/upload/img/e723bd8a9300493db4037427c9dcd858.png b/static/upload/img/e723bd8a9300493db4037427c9dcd858.png new file mode 100644 index 0000000..e73dfe2 Binary files /dev/null and b/static/upload/img/e723bd8a9300493db4037427c9dcd858.png differ diff --git a/templates/base.html b/templates/base.html index 7d9707a..43dd9ec 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,6 +15,8 @@ + + {% block staticfiles %}{% endblock %}
diff --git a/templates/edit_post.html b/templates/edit_post.html index ba68a44..4be8bae 100644 --- a/templates/edit_post.html +++ b/templates/edit_post.html @@ -1,7 +1,20 @@ {% extends 'base.html' %} +{% block staticfiles %} + + + + +{% endblock %} + {% block content %} -
+ +

포스트 수정

@@ -36,7 +49,8 @@
- 뒤로가기 + 뒤로가기
diff --git a/templates/write.html b/templates/write.html index 43418f6..8acf3c5 100644 --- a/templates/write.html +++ b/templates/write.html @@ -1,7 +1,19 @@ {% extends 'base.html' %} +{% block staticfiles %} + + + + +{% endblock %} + {% block content %} -
+ +

포스트 작성

@@ -41,8 +53,8 @@
- {% endblock %}