aboutsummaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates/auth/login.html
diff options
context:
space:
mode:
authorubq323 <ubq323>2021-05-21 17:17:20 +0000
committerubq323 <ubq323>2021-05-21 17:17:20 +0000
commitcfacbaa3631b591b4106b5294ff779fb4bd5d2b1 (patch)
tree42747d0bb71a14fd66a19d64887a3c3635e8a4f4 /apioforum/templates/auth/login.html
parentc82acee80f08090757575f343c0941563ac906db (diff)
change file extensions
Diffstat (limited to 'apioforum/templates/auth/login.html')
-rw-r--r--apioforum/templates/auth/login.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/apioforum/templates/auth/login.html b/apioforum/templates/auth/login.html
deleted file mode 100644
index f7da0d3..0000000
--- a/apioforum/templates/auth/login.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{% extends "base.html" %}
-{% block header %}
- <h1>{% block title %}login{% 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 name="password" id="password" required>
- <input type="submit" value="yes">
-</form>
-{% endblock %}