summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 %}