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 /website/templates | |
parent | e9a38c975e4f6aa9cf8418924b95717d9e6672af (diff) | |
download | SciPy2016-f33f8bb5e38a51d873b4d00078a296e7d69f9fa5.tar.gz SciPy2016-f33f8bb5e38a51d873b4d00078a296e7d69f9fa5.tar.bz2 SciPy2016-f33f8bb5e38a51d873b4d00078a296e7d69f9fa5.zip |
User view is enabled
Diffstat (limited to 'website/templates')
-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 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 %} |