summaryrefslogtreecommitdiff
path: root/stapp/templates/video/login.html
diff options
context:
space:
mode:
authorparth2012-06-01 15:03:13 +0530
committerparth2012-06-01 15:03:13 +0530
commit2113f66de743877597d24e20df9ac1e828167277 (patch)
tree77b21ff4414d440aaa672377de796f818b9993c8 /stapp/templates/video/login.html
downloadstproject-2113f66de743877597d24e20df9ac1e828167277.tar.gz
stproject-2113f66de743877597d24e20df9ac1e828167277.tar.bz2
stproject-2113f66de743877597d24e20df9ac1e828167277.zip
Restart of project. Most of the changes have been done by @Jayparikh111
Diffstat (limited to 'stapp/templates/video/login.html')
-rw-r--r--stapp/templates/video/login.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/stapp/templates/video/login.html b/stapp/templates/video/login.html
new file mode 100644
index 0000000..aa6769b
--- /dev/null
+++ b/stapp/templates/video/login.html
@@ -0,0 +1,21 @@
+{% extends "base.html" %}
+
+<!DOCTYPE html>
+
+{% block title %} STProject {% endblock %}
+
+
+{% block sidebar %}
+{% endblock %}
+
+{% block video %}
+<form action='' method=post >
+{% csrf_token %}
+<center><table class=span1>
+ {{ form.as_table }}
+ <tr><td><button class="btn" type="submit">Login</button><button class="btn" type="reset">Cancel</button></center>
+ <br><center><a href="{{URL_ROOT}}/exam/forgotpassword/">Forgot Password?</a></center><br>
+ <center><a href="{{URL_ROOT}}/video/register/">New User? Sign-Up </a></center>
+ </form>
+
+{% endblock%}