diff options
Diffstat (limited to 'flaskr/templates/auth/login.html')
| -rw-r--r-- | flaskr/templates/auth/login.html | 15 |
1 files changed, 0 insertions, 15 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 |
