summaryrefslogtreecommitdiff
path: root/website/templates/view-abstracts.html
diff options
context:
space:
mode:
authorSashi202017-11-01 16:08:02 +0530
committerSashi202017-11-01 16:08:02 +0530
commit067a47bceb631b538982f750e1b4c830ba247550 (patch)
tree0a5891d90093922344aa4f7a3c6da9e8f85f90e2 /website/templates/view-abstracts.html
parent84df8342a6e3ba20684f0e8a682623454e949e60 (diff)
downloadSciPy2017-067a47bceb631b538982f750e1b4c830ba247550.tar.gz
SciPy2017-067a47bceb631b538982f750e1b4c830ba247550.tar.bz2
SciPy2017-067a47bceb631b538982f750e1b4c830ba247550.zip
Added option to submit 1 workshop and 1 talk
Diffstat (limited to 'website/templates/view-abstracts.html')
-rwxr-xr-xwebsite/templates/view-abstracts.html18
1 files changed, 15 insertions, 3 deletions
diff --git a/website/templates/view-abstracts.html b/website/templates/view-abstracts.html
index bcdf74f..d144878 100755
--- a/website/templates/view-abstracts.html
+++ b/website/templates/view-abstracts.html
@@ -121,11 +121,23 @@
<h5 style="color:blue;">{{proposal.status}}</h5>
{% endif %}
</td>
- </tr>
+
+ <div>
+ {% if not user.is_superuser and type == 'ABSTRACT' %}
+ <a href="{% url 'website:submitcfw' %}" class ="btn btn-info" role="button">Submit workshop </a>
+ {% elif not user.is_superuser and type == 'WORKSHOP' %}
+ <a href="{% url 'website:submitcfp' %}" class ="btn btn-info" role="button"> Submit paper </a>
+ {% elif not user.is_superuser%}
+ {% endif %}
+ </div>
+ <br>
+ </tr>
{% endfor %}
- </table>
- </div>
+ </table>
+ </div><br>
</p>
+
+
{% if user.is_superuser %}
<input type="submit" id="delete" class ="btn btn-info" value="Delete" name="delete"/>
<center>