File tree 1 file changed +1
-1
lines changed
templates/bootstrap/board/basic
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 20
20
{% set bo_table_width=board.bo_table_width if board.bo_table_width > 0 else 100 %}
21
21
< section id ="bo_w " class ="fs-4 ">
22
22
<!-- 게시물 작성/수정 시작 { -->
23
- < form name ="fwrite " id ="fwrite " action ="/board/write_update/{{ board.bo_table }} " method ="post " enctype ="multipart/form-data " onsubmit ="return fwrite_submit(this); " autocomplete ="off " style ="width:{{ bo_table_width }}{% if bo_table_width <= 100 %}%{% else %}px{% endif %} ">
23
+ < form name ="fwrite " id ="fwrite " action ="/board/write_update/{{ board.bo_table }}{% if write.wr_id %}/{{write.wr_id}}{% endif %} " method ="post " enctype ="multipart/form-data " onsubmit ="return fwrite_submit(this); " autocomplete ="off " style ="width:{{ bo_table_width }}{% if bo_table_width <= 100 %}%{% else %}px{% endif %} ">
24
24
< input type ="hidden " name ="uid " value ="{{ get_unique_id(request) }} ">
25
25
< input type ="hidden " name ="wr_id " value ="{{ write.wr_id }} ">
26
26
< input type ="hidden " name ="parent_id " value ="{{ request.query_params.parent_id }} ">
You can’t perform that action at this time.
0 commit comments