From e5ab06db0b960f73bc86203944377528d645533c Mon Sep 17 00:00:00 2001 From: komalsheth286 Date: Tue, 4 Oct 2016 14:37:08 +0530 Subject: Forgot password API --- website/templates/base.html | 4 ++-- website/templates/cfp.html | 2 +- website/templates/comment-abstract.html | 2 +- website/templates/register/password_reset_form.html | 3 ++- website/templates/submit-cfw.html | 2 +- website/templates/view-abstracts.html | 5 ++++- 6 files changed, 11 insertions(+), 7 deletions(-) (limited to 'website/templates') diff --git a/website/templates/base.html b/website/templates/base.html index fd20174..fb3d745 100755 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -428,7 +428,7 @@ Visit SciPy.in/ - 2009/ + 2009/ 2010/ 2011/ 2012/ @@ -441,7 +441,7 @@
Creative Commons License
-
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
+
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

diff --git a/website/templates/cfp.html b/website/templates/cfp.html index e0eb537..8886937 100755 --- a/website/templates/cfp.html +++ b/website/templates/cfp.html @@ -101,7 +101,7 @@ {{ form.as_p }}

Create an Account - Forgot Password? + Forgot Password? {% csrf_token %} diff --git a/website/templates/comment-abstract.html b/website/templates/comment-abstract.html index 3bb6824..eb540f7 100755 --- a/website/templates/comment-abstract.html +++ b/website/templates/comment-abstract.html @@ -89,7 +89,7 @@ {% for rate in rates %}
{{rate.rating}}/10 - by {{ rate.user.first_name }} {{ rate.user.last_name }} + by - {{ rate.user }}
{% endfor %} diff --git a/website/templates/register/password_reset_form.html b/website/templates/register/password_reset_form.html index d2ac4f8..3075735 100755 --- a/website/templates/register/password_reset_form.html +++ b/website/templates/register/password_reset_form.html @@ -50,7 +50,8 @@ Kindly enter your email ID used for registration. The password reset link will b
{% csrf_token %} {{ form.email.errors }} -

{{ form.email }}

+

{{ form.email }} +

diff --git a/website/templates/submit-cfw.html b/website/templates/submit-cfw.html index f5dbc77..cae6d34 100755 --- a/website/templates/submit-cfw.html +++ b/website/templates/submit-cfw.html @@ -51,7 +51,7 @@
-{% if proposals_w > 1 %} You have exceeded the abstract submission limit. +{% if proposals_w > 1 %} You have exceeded the workshop proposal submission limit. You may view your submitted proposals by clicking here
diff --git a/website/templates/view-abstracts.html b/website/templates/view-abstracts.html index c1f6968..4933244 100755 --- a/website/templates/view-abstracts.html +++ b/website/templates/view-abstracts.html @@ -107,7 +107,10 @@ You have not submitted any proposal. To submit proposal click {{proposal.title}} View {% endif %} - {{proposal.rating}} + + {% for rating in ratings %} + {{rating.rating}} + {% endfor %} -- cgit