Move user creation from to a separate file

This commit is contained in:
2020-06-17 01:02:47 +02:00
parent 29c6d7bb6d
commit 219f440b26
5 changed files with 87 additions and 51 deletions

View File

@@ -54,6 +54,16 @@ form {
border: none;
border-radius: 5px;
}
.create_btn {
text-decoration: none;
padding: 2px 5px;
background: #88B8E7;
color: white;
border-radius: 3px;
margin: 400px;
}
.edit_btn {
text-decoration: none;
padding: 2px 5px;