From c2939c84cbed1e48492177b6516f542e768966e4 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Mon, 18 Sep 2017 10:53:05 +0530 Subject: updated the templates --- website/templates/cfp.html | 8 +++++--- website/templates/edit-proposal.html | 2 +- website/templates/submit-cfp.html | 4 ++-- website/templates/submit-cfw.html | 3 ++- website/templates/view-abstracts.html | 20 ++++++++++---------- 5 files changed, 20 insertions(+), 17 deletions(-) diff --git a/website/templates/cfp.html b/website/templates/cfp.html index df84c87..e4e6523 100755 --- a/website/templates/cfp.html +++ b/website/templates/cfp.html @@ -58,10 +58,12 @@
{% if user.is_superuser %} -
View Proposals
+
View Proposals
{% else %}
- View Proposals + View Proposals + Submit paper + Submit workshop
{% endif %} {% else %} @@ -78,7 +80,7 @@
{{ form.as_p }} -

+

Create an Account Forgot Password? {% csrf_token %} diff --git a/website/templates/edit-proposal.html b/website/templates/edit-proposal.html index da5aad6..fa8aac5 100755 --- a/website/templates/edit-proposal.html +++ b/website/templates/edit-proposal.html @@ -22,7 +22,7 @@

- {% if proposal.proposal_type == "ABSTRACT"%} + {% if proposal.proposal_type == "ABSTRACT" %}

Edit Abstract Proposal

{% else %}

Edit Workshop Proposal

diff --git a/website/templates/submit-cfp.html b/website/templates/submit-cfp.html index 4629883..56e3c3f 100755 --- a/website/templates/submit-cfp.html +++ b/website/templates/submit-cfp.html @@ -20,7 +20,7 @@ {% block content %}
{% if proposals_a > 1 %} You have exceeded the abstract submission limit. - You may view your submitted proposals by clicking here + You may view your submitted proposals by clicking here {% else %}

Proposal Guidelines

@@ -46,7 +46,7 @@ {% endfor %}
{% csrf_token %} -
+
{% endif %}
diff --git a/website/templates/submit-cfw.html b/website/templates/submit-cfw.html index e6d1fd0..0122ad5 100755 --- a/website/templates/submit-cfw.html +++ b/website/templates/submit-cfw.html @@ -28,6 +28,7 @@
{% if proposals_w > 1 %} You have exceeded the workshop proposal submission limit. You may view your submitted proposals by clicking here + {% else %}

Proposal Guidelines

@@ -65,7 +66,7 @@ {% if form.error %} Auch {% endif %} -
+
{% endif %} {% endblock %} diff --git a/website/templates/view-abstracts.html b/website/templates/view-abstracts.html index c55e87a..fca23d3 100755 --- a/website/templates/view-abstracts.html +++ b/website/templates/view-abstracts.html @@ -27,11 +27,13 @@

{% if not proposals %}
- You have not submitted any proposal. To submit proposal click here + You have not submitted any proposal.

+ Submit paper + Submit workshop
{% else %} {% if user.is_superuser %} -
+

{% endif %}
@@ -55,10 +57,8 @@ {% endif %} - {% if user.is_superuser %} + {% if user.is_superuser %} -
-
Speaker {% endif %} @@ -115,7 +115,7 @@ {% if user.is_superuser %}
{{proposal.status}}
{% else %} - {{proposal.status}} + {{proposal.status}} {% endif %} {% else %}
{{proposal.status}}
@@ -127,11 +127,11 @@

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