質問編集履歴

1

書式の改善

2020/11/23 03:36

投稿

temps1101
temps1101

スコア134

test CHANGED
File without changes
test CHANGED
@@ -168,6 +168,16 @@
168
168
 
169
169
  ```javascript
170
170
 
171
+ /*
172
+
173
+ ##################################
174
+
175
+ ##### app/static/js/index.js #####
176
+
177
+ ##################################
178
+
179
+ */
180
+
171
181
  $("form").submit(function(event) {
172
182
 
173
183
  event.preventDefault();
@@ -218,7 +228,7 @@
218
228
 
219
229
  Forbidden (CSRF token missing or incorrect.): /upload/
220
230
 
221
- [*/*/2020 *:*:*] "POST /upload/ HTTP/1.1" 403 *
231
+ [*/*/* *:*:*] "POST /upload/ HTTP/1.1" 403 *
222
232
 
223
233
  ```
224
234