Compare commits

...

1 Commits

Author SHA1 Message Date
6353d1a6c2 changed html format of templates a bit 2018-03-03 11:20:39 -05:00
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
<!DOCTYPE html> <!DOCTYPE html>
<title>Change password</title>
<html> <html>
<head>
<title>Change password</title>
</head>
<body> <body>
<form method="post" action="{{ url_for('change_password') }}"> <form method="post" action="{{ url_for('change_password') }}">
<p>Change your password sir? <p>Change your password sir?

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html>
<head> <head>
<title>Let's uploading boys!</title> <title>Let's uploading boys!</title>
</head> </head>