diff --git a/blog/templates/blog/post_detail.html b/blog/templates/blog/post_detail.html index 5c75d40..6eed565 100644 --- a/blog/templates/blog/post_detail.html +++ b/blog/templates/blog/post_detail.html @@ -42,13 +42,14 @@ diff --git a/board_notice/templates/board_notice/notice_detail.html b/board_notice/templates/board_notice/notice_detail.html index 069c086..07bfe5d 100644 --- a/board_notice/templates/board_notice/notice_detail.html +++ b/board_notice/templates/board_notice/notice_detail.html @@ -4,15 +4,18 @@ {% block main_area %}

{{ notice.title }}

+ -
{{ notice.created_at }} -
- by. - {{ notice.author | upper }}
+
+ {{ notice.created_at }}
+ by. {{ notice.author | upper }} +
+ -
+
{{ notice.render_markdown|safe }}
+
{% if request.user == notice.author %} @@ -28,29 +31,68 @@ + + - - -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/board_notice/templates/board_notice/update_notice.html b/board_notice/templates/board_notice/update_notice.html index ec4adaf..bbd5796 100644 --- a/board_notice/templates/board_notice/update_notice.html +++ b/board_notice/templates/board_notice/update_notice.html @@ -1,10 +1,10 @@ {% extends "components/base.html" %} -{% block title %}Update Post{% endblock %} +{% block title %}notice edit{% endblock %} {% block main_area %} -

Update Post

+

notice edit

-
+
{% csrf_token %} @@ -26,10 +26,11 @@
{{ form.contents }}
+
- - Cancel + + Cancel
@@ -40,18 +41,101 @@ + +
diff --git a/version b/version index 949c9ee..bbff54e 100644 --- a/version +++ b/version @@ -1 +1 @@ -dev_0.0.34 \ No newline at end of file +dev_0.0.35 \ No newline at end of file