diff options
author | Sashi20 | 2018-10-23 15:13:47 +0530 |
---|---|---|
committer | GitHub | 2018-10-23 15:13:47 +0530 |
commit | 2c21eea06a7e16fcb211e109835c5ddc7f637007 (patch) | |
tree | 07c31bfa738a79b4969b3da280b851268dff542c /static | |
parent | a1c8da5c5778a78b175f595d668364a15bc86c67 (diff) | |
parent | a16e419878f295f107332cde5217ad7ecf32394b (diff) | |
download | nccps-2018-2c21eea06a7e16fcb211e109835c5ddc7f637007.tar.gz nccps-2018-2c21eea06a7e16fcb211e109835c5ddc7f637007.tar.bz2 nccps-2018-2c21eea06a7e16fcb211e109835c5ddc7f637007.zip |
Merge pull request #38 from Sashi20/master
Modified the registration table and email template for rejecting prop…
Diffstat (limited to 'static')
-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"/> |