diff options
Diffstat (limited to 'static/website')
-rw-r--r-- | static/website/templates/home.html | 10 | ||||
-rwxr-xr-x | static/website/templates/view-proposals.html | 2 |
2 files changed, 8 insertions, 4 deletions
diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 951086c..22a04a5 100644 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -228,9 +228,10 @@ </div> <div class="row"> <div class="col-md-12"> - <p class="text-justify" style="color: red;"> + <p class="text-justify" style="color: red;"> *Spot registration will be subject to availability. </p> + <h3 style="background-color: #806600;color: #fff;" class="col-sm-2">Add ons</h3> </div> </div> <div class="row"> @@ -245,8 +246,11 @@ </td> <td style="vertical-align:bottom;border-top:none;!important"> <div class="align-baseline"> - We have limited Low cost accommodation, guaranteed only if you register early. Approximate cost of the accomodation for 1 night will be INR. 1400. You have to make the payment directly to the hotel during check-out via cash / card. - + <ul> + <li>We have limited Low cost accommodation, guaranteed only if you register early. Approximate cost of the accomodation for 1 night will be INR. 1250/- to INR. 1400/-.</li> + <li>For students, low-cost accommodation ranging from INR 300/- to INR 400/- can be arranged.</li> + <li>You have to make the payment directly to the hotel during check-out via cash / card.</li> + </ul> </div> </td> </tr> diff --git a/static/website/templates/view-proposals.html b/static/website/templates/view-proposals.html index bbc16ba..0e2ec1b 100755 --- a/static/website/templates/view-proposals.html +++ b/static/website/templates/view-proposals.html @@ -126,7 +126,7 @@ </p> - {% if user.is_superuser %} + {% if user.is_staff %} <input type="submit" id="delete" class ="btn btn-info" value="Delete" name="delete"/> <center> <input type="submit" id="accept" class ="btn btn-info" value="Accept" name="accept"/> |