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-28 19:43:17 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
342dfa5e469036897508ba95715bc843564a008c
342dfa5e
1 parent
47bf32c0
Update UI
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
flask/templates/debug.log
flask/templates/register.html
flask/templates/debug.log
0 → 100644
View file @
342dfa5
File mode changed
flask/templates/register.html
View file @
342dfa5
...
...
@@ -220,8 +220,8 @@ function submit()
if
(
data
.
status
==
"success"
){
alert
(
"등록 성공"
);
}
else
{
alert
(
"등록 실패"
);
else
if
(
data
.
status
==
"already"
)
{
alert
(
"등록 실패
: 이미 등록된 학번입니다. 학번을 변경해주세요.
"
);
}
}
})
...
...
Please
register
or
login
to post a comment