+
{% 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
-
+
@@ -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