From a16e419878f295f107332cde5217ad7ecf32394b Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Tue, 23 Oct 2018 15:12:38 +0530 Subject: Modified the registration table and email template for rejecting proposal --- static/website/templates/home.html | 10 +++++++--- static/website/templates/view-proposals.html | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'static/website/templates') 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 @@
-

+

*Spot registration will be subject to availability.

+

Add ons

@@ -245,8 +246,11 @@
- 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. - +
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 @@

- {% if user.is_superuser %} + {% if user.is_staff %}
-- cgit