|
@@ -160,8 +160,6 @@ def edit_2(conn, name):
|
|
|
imp = [name, wiki_set(), custom(), other2([' (' + sub + ')', 0])],
|
|
imp = [name, wiki_set(), custom(), other2([' (' + sub + ')', 0])],
|
|
|
data = get_name + '''
|
|
data = get_name + '''
|
|
|
<form method="post">
|
|
<form method="post">
|
|
|
- <label for="pasteUploadToggle">이미지 복붙해서 첨부하기 </label>
|
|
|
|
|
- <input type="checkbox" name="pasteUploadToggle" onClick="togglePasteUploaderSwtich()" />
|
|
|
|
|
<script>do_stop_exit();</script>
|
|
<script>do_stop_exit();</script>
|
|
|
''' + edit_button() + '''
|
|
''' + edit_button() + '''
|
|
|
<textarea rows="25" id="content" placeholder="''' + p_text + '''" name="content">''' + html.escape(re.sub('\n$', '', data)) + '''</textarea>
|
|
<textarea rows="25" id="content" placeholder="''' + p_text + '''" name="content">''' + html.escape(re.sub('\n$', '', data)) + '''</textarea>
|