Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-2-capstone-design2
/
2014104149
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Graduate
2020-11-25 22:50:17 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
908a4c4e5702ba08d77003f9136a802def7c3ee6
908a4c4e
1 parent
2bf95f20
Update flask
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
flask/templates/register.html
flask/templates/register.html
View file @
908a4c4
...
...
@@ -117,7 +117,7 @@ and is wrapped around the whole page content, except for the footer in this exam
이름:
<input
type=
"text"
name=
"student_name"
><br><br>
<input
type=
"file"
id=
"fileloader"
name=
"file"
onchange=
"loadFile(event)"
autocomplete=
"off"
accept=
"image/jpeg"
required
disabled
>
<div>
<img
id=
"imagefile"
style=
"display:none;"
>
<img
id=
"imagefile"
>
<canvas
id=
"preview"
></canvas>
</div>
<input
id=
"sender"
type=
"button"
onclick=
"submit"
value=
"등록"
disabled
>
...
...
Please
register
or
login
to post a comment