summaryrefslogtreecommitdiffstats
path: root/nfsw/templates
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-09-13 22:03:51 -0400
committerrsiddharth <s@ricketyspace.net>2019-09-13 22:03:51 -0400
commit06650c77928207497a479158b0deb8ec9bc67ff4 (patch)
treed1bd0a139ea81ee8a47477ef55e6d1b4f3356692 /nfsw/templates
parent447a8b3b9f48ad3e758ff1279be964ca84b98014 (diff)
Remove nfsw/templates/auth/index.html.
Diffstat (limited to 'nfsw/templates')
-rw-r--r--nfsw/templates/auth/index.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/nfsw/templates/auth/index.html b/nfsw/templates/auth/index.html
deleted file mode 100644
index 5ca46ba..0000000
--- a/nfsw/templates/auth/index.html
+++ /dev/null
@@ -1,27 +0,0 @@
-{% extends 'base.html' %}
-
-{% block title %}Register{% endblock %}
-
-{% block content %}
-<div class="msg-block">
- <div class="content">
- <p></p>
- </div>
-</div>
-
-<form class="auth" method="post">
- <div class="form-group auth-user">
- <label for="username">Username</label>
- <input name="username" class="username">
- </div>
-
- <div class="form-group auth-pass">
- <label for="password">Password</label>
- <input type="password" name="password" class="password" disabled>
- </div>
-
- <div class="button-group">
- <input type="submit" value="Start">
- </div>
-</form>
-{% endblock %}