From 464e30f0da884370b38420e8cf2a06a581f5682c Mon Sep 17 00:00:00 2001 From: parth Date: Mon, 26 Mar 2012 04:17:55 +0530 Subject: Made changes for bootstrap --- template/allotter/apply.html | 24 ++++++++++++++++-------- template/allotter/login.html | 19 +++++++------------ template/base.html | 29 ++++++++++++++++++++++++----- 3 files changed, 47 insertions(+), 25 deletions(-) diff --git a/template/allotter/apply.html b/template/allotter/apply.html index 201e1f2..ee0c19a 100644 --- a/template/allotter/apply.html +++ b/template/allotter/apply.html @@ -47,14 +47,15 @@ Listing the options for first test paper.
{% csrf_token %} - - +
+ - + + {% for option in options_available_first %} @@ -69,6 +70,7 @@ Listing the options for first test paper. {% endfor %} +

Programme Code

Programme Name

Insitute

Preference

{{ option.opt_code }}

{% if np == 2 %} @@ -76,13 +78,14 @@ Listing the options for first test paper.

Options available for {{second_paper}}

- + - + + {% for option in options_available_second %} @@ -97,13 +100,18 @@ Listing the options for first test paper. {% endfor %} +

Programme Code

Programme Name

Insitute

Preference

{{option.opt_code }}

{% endif %} -

-

- + +
+ +

+

+ +
{% endblock content %} diff --git a/template/allotter/login.html b/template/allotter/login.html index 72769a0..df6fb5c 100644 --- a/template/allotter/login.html +++ b/template/allotter/login.html @@ -1,21 +1,16 @@ {% extends "base.html" %} + {% block title %}Login{% endblock title %} {% block content %} -

Welcome to the Allotment. -Please login to proceed.

- -
-{% csrf_token %} +

Welcome to the JAM 2012 Allotment

+

Please fill in the required details to continue

+
- -{{ form.as_table }} -
- -
- -
+{% load crispy_forms_tags %} +{% crispy form %} {% endblock content %} + diff --git a/template/base.html b/template/base.html index d5848db..fdaa230 100644 --- a/template/base.html +++ b/template/base.html @@ -19,6 +19,7 @@ } + @@ -50,8 +54,8 @@ -
-
+
+
{% block content %}{% endblock %} {% block main_content %}{% endblock %} @@ -59,12 +63,27 @@
- - - +
+

Copyright © 2012 FOSSEE for IIT Bombay

+
-- cgit