diff options
| author | Mitsuo Tokumori <[email protected]> | 2023-10-29 07:41:04 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <[email protected]> | 2023-10-29 07:41:04 -0500 |
| commit | 43f9d78f8c00e13732b809519f0529ac293fd5ab (patch) | |
| tree | d9779a6d4b511dd27cfe80b3f8d0ad2e5ef5d7da /flaskr/templates/auth | |
| parent | de8b3d760a37fc54645a2588b062f85963146070 (diff) | |
| download | ustayml-43f9d78f8c00e13732b809519f0529ac293fd5ab.tar.gz ustayml-43f9d78f8c00e13732b809519f0529ac293fd5ab.tar.bz2 ustayml-43f9d78f8c00e13732b809519f0529ac293fd5ab.zip | |
Rename to ustayml (u-stayML)
Diffstat (limited to 'flaskr/templates/auth')
| -rw-r--r-- | flaskr/templates/auth/login.html | 15 | ||||
| -rw-r--r-- | flaskr/templates/auth/register.html | 15 |
2 files changed, 0 insertions, 30 deletions
diff --git a/flaskr/templates/auth/login.html b/flaskr/templates/auth/login.html deleted file mode 100644 index b7dd5dc..0000000 --- a/flaskr/templates/auth/login.html +++ /dev/null @@ -1,15 +0,0 @@ -{% extends 'base.html' %} - -{% block header %} - <h1>{% block title %}Log In{% endblock %}</h1> -{% endblock %} - -{% block content %} - <form method="post"> - <label for="username">Username</label> - <input name="username" id="username" required> - <label for="password">Password</label> - <input type="password" name="password" id="password" required> - <input type="submit" value="Log In"> - </form> -{% endblock %}
\ No newline at end of file diff --git a/flaskr/templates/auth/register.html b/flaskr/templates/auth/register.html deleted file mode 100644 index a3c73cc..0000000 --- a/flaskr/templates/auth/register.html +++ /dev/null @@ -1,15 +0,0 @@ -{% extends 'base.html' %} - -{% block header %} - <h1>{% block title %}Register{% endblock %}</h1> -{% endblock %} - -{% block content %} - <form method="post"> - <label for="username">Username</label> - <input name="username" id="username" required> - <label for="password">Password</label> - <input type="password" name="password" id="password" required> - <input type="submit" value="Register"> - </form> -{% endblock %}
\ No newline at end of file |
