diff options
author | komalsheth286 | 2016-09-30 17:56:06 +0530 |
---|---|---|
committer | komalsheth286 | 2016-09-30 17:56:06 +0530 |
commit | f33f8bb5e38a51d873b4d00078a296e7d69f9fa5 (patch) | |
tree | b890bea39835e8d928c70782390b4931a663adca | |
parent | e9a38c975e4f6aa9cf8418924b95717d9e6672af (diff) | |
download | SciPy2016-f33f8bb5e38a51d873b4d00078a296e7d69f9fa5.tar.gz SciPy2016-f33f8bb5e38a51d873b4d00078a296e7d69f9fa5.tar.bz2 SciPy2016-f33f8bb5e38a51d873b4d00078a296e7d69f9fa5.zip |
User view is enabled
-rwxr-xr-x | website/templates/cfp.html | 4 | ||||
-rwxr-xr-x | website/views.py | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/website/templates/cfp.html b/website/templates/cfp.html index 2a0d1f4..2aa14cc 100755 --- a/website/templates/cfp.html +++ b/website/templates/cfp.html @@ -71,11 +71,11 @@ {% if user.is_superuser %} <center><a href="{% url 'website:view_abstracts' %}" style="background:#D44727" class="button special">View Proposals</a> </center> {% else %} - <!-- <center> + <center> <a href="{% url 'website:submitcfp' %}" style="background:#D44727" class="button special">Submit an Abstract</a> <a href="{% url 'website:submitcfw' %}" style="background:#D44727" class="button special">Submit a Workshop</a> <a href="{% url 'website:view_abstracts' %}" style="background:#D44727" class="button special">View Proposals</a> - </center -->> + </center> {% endif %} {% else %} diff --git a/website/views.py b/website/views.py index e404929..559b30b 100755 --- a/website/views.py +++ b/website/views.py @@ -151,7 +151,7 @@ def submitcfp(request): context['proposal_submit'] = True sender_name = "SciPy India 2016" sender_email = "scipy@fossee.in" - subject = "SciPy India 2016 – Talk Proposal Submission Acknowledgment " + subject = "SciPy India 2016 – Talk Proposal Submission Acknowledgment" to = (social_user.email, ) message = """ Dear {0}, <br><br> @@ -200,11 +200,11 @@ def submitcfw(request): context['proposal_submit'] = True sender_name = "SciPy India 2016" sender_email = "scipy@fossee.in" - subject = "SciPy India 2016 – Workshop Proposal Submission Acknowledgment " + subject = "SciPy India 2016 – Workshop Proposal Submission Acknowledgment" to = (social_user.email, ) message = """ Dear {0}, <br><br> - Thank you for showing interest & submitting a workshop proposal at SciPy India 2016 conference for the talk titled “{1}”. Reviewal of the proposals will start once the CFP closes. + Thank you for showing interest & submitting a workshop proposal at SciPy India 2016 conference for the workshop titled “{1}”. Reviewal of the proposals will start once the CFP closes. <br><br>You will be notified regarding comments/selection/rejection of your workshop via email. Visit this <a href = “http://scipy.in/2016/view-abstracts/”>link </a> to view status of your submission. Thank You ! <br><br>Regards,<br>SciPy India 2016,<br>FOSSEE - IIT Bombay. |