diff options
author | komalsheth286 | 2016-09-30 17:31:49 +0530 |
---|---|---|
committer | komalsheth286 | 2016-09-30 17:31:49 +0530 |
commit | e9a38c975e4f6aa9cf8418924b95717d9e6672af (patch) | |
tree | f5b3fb16eeb48a11678773634ca91b0ad08cf911 /website/templates/cfp.html | |
parent | f344ef35ec62540f90a8f4035734e3da3937bad4 (diff) | |
download | SciPy2016-e9a38c975e4f6aa9cf8418924b95717d9e6672af.tar.gz SciPy2016-e9a38c975e4f6aa9cf8418924b95717d9e6672af.tar.bz2 SciPy2016-e9a38c975e4f6aa9cf8418924b95717d9e6672af.zip |
Home Page to be made live
Diffstat (limited to 'website/templates/cfp.html')
-rwxr-xr-x | website/templates/cfp.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/templates/cfp.html b/website/templates/cfp.html index f028086..2a0d1f4 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 %} |