質問編集履歴

1

ソースコード名の表記

2018/02/21 15:27

投稿

eyedrops
eyedrops

スコア8

test CHANGED
File without changes
test CHANGED
@@ -14,9 +14,11 @@
14
14
 
15
15
  ### 該当のソースコード
16
16
 
17
+ ### Index.py
18
+
17
19
  ```Python
18
20
 
19
- ### Index.py
21
+
20
22
 
21
23
  from flask import Flask, render_template, request, redirect, url_for, send_from_directory, sessions
22
24
 
@@ -106,9 +108,9 @@
106
108
 
107
109
  ```
108
110
 
111
+ ### upload.html
112
+
109
113
  ```html
110
-
111
- ### upload.html
112
114
 
113
115
  {% extends "base.html" %}
114
116
 
@@ -134,9 +136,9 @@
134
136
 
135
137
  ```
136
138
 
139
+ ### base.html
140
+
137
141
  ```html
138
-
139
- ### base.html
140
142
 
141
143
  <!DOCTYPE html>
142
144