diff options
author | Jayaram Pai | 2013-11-19 17:57:46 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-11-19 17:57:46 +0530 |
commit | fc0929d44098ccdccd13e6daf3293e73f8e1a79b (patch) | |
tree | 8e176d20e8e34fd68e9c3d3321df7d3b69a0d2aa /scipy/templates/login.html~ | |
parent | 9c50efc99b64350c66c92321b7f9d565e4da611c (diff) | |
download | SciPy2013-fc0929d44098ccdccd13e6daf3293e73f8e1a79b.tar.gz SciPy2013-fc0929d44098ccdccd13e6daf3293e73f8e1a79b.tar.bz2 SciPy2013-fc0929d44098ccdccd13e6daf3293e73f8e1a79b.zip |
editing class of sponsors - index
Diffstat (limited to 'scipy/templates/login.html~')
-rw-r--r-- | scipy/templates/login.html~ | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/scipy/templates/login.html~ b/scipy/templates/login.html~ deleted file mode 100644 index 2f29ea4..0000000 --- a/scipy/templates/login.html~ +++ /dev/null @@ -1,19 +0,0 @@ -{% extends 'page.html' %} -{% block content %} -<div class="large-6 large-centered columns"> -{% if status == "in" %} -<div data-alert class="alert-box alert"> -<p>Invalid username or password.</p> -<a href="#" class="close">×</a> -</div> -{% endif %} - - <form class="form-signin" action="/2013/accounts/login/" method="POST" enctype="multipart/form-data"> {% csrf_token %} - <h3 class="form-signin-heading">Please sign in</h3> - {{ form.as_p }} - <input type="hidden" name = "next" value="{{ next }}"> - <button class="success expand" type="submit">Sign in</button> - </form> - <h6>Dont have an scipy account? <a href="/2013/accounts/register"><u>Register Here.</u></a></h6> -</div> -{% endblock %} |