summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scipy/templates/login.html~19
-rw-r--r--website/templates/index.html6
2 files changed, 3 insertions, 22 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">&times;</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 %}
diff --git a/website/templates/index.html b/website/templates/index.html
index a63a20b..b02e50c 100644
--- a/website/templates/index.html
+++ b/website/templates/index.html
@@ -108,17 +108,17 @@
<h5 align="center">Sponsors</h5>
<div class="row">
<ul class="large-block-grid-3">
- <li>
+ <li class="three">
<a href="http://www.jpmorgan.com" target="_blank">
<img src="{% static 'img/jp-logo.jpg' %}" style=" width: 95%; margin: 25px 0 0 0;">
</a>
</li>
- <li>
+ <li class="three">
<a href="http://www.enthought.com/" target="_blank">
<img src="{% static 'img/enthought-logo.png' %}" style="width: 100%; margin: 25px 0 0 20px;">
</a>
</li>
- <li>
+ <li class="three">
<a href="http://mhrd.gov.in" target="_blank">
<img src="{% static 'img/mhrd-logo.png' %}" style="width: 45%; margin: 15px 0 0 0;">
</a>