summaryrefslogtreecommitdiff
path: root/website/templates/submit-cfp.html
diff options
context:
space:
mode:
authorprashantsinalkar2017-09-18 10:53:05 +0530
committerprashantsinalkar2017-09-18 10:53:05 +0530
commitc2939c84cbed1e48492177b6516f542e768966e4 (patch)
treeddede79899b7e2baf8d6890a69d156d14b179ae3 /website/templates/submit-cfp.html
parent7f5c751db3933e450a82e6d892c865101ccd4915 (diff)
downloadSciPy2017-c2939c84cbed1e48492177b6516f542e768966e4.tar.gz
SciPy2017-c2939c84cbed1e48492177b6516f542e768966e4.tar.bz2
SciPy2017-c2939c84cbed1e48492177b6516f542e768966e4.zip
updated the templates
Diffstat (limited to 'website/templates/submit-cfp.html')
-rwxr-xr-xwebsite/templates/submit-cfp.html4
1 files changed, 2 insertions, 2 deletions
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 %}
<div class="container">
{% if proposals_a > 1 %} You have exceeded the abstract submission limit.
- You may view your submitted proposals by clicking <a href="{% url 'website:view_abstracts' %}" class="btn "> here</a>
+ You may view your submitted proposals by clicking <a href="{% url 'website:view_abstracts' %}" class ="btn btn-info" role="button"> here</a>
<!-- <h2>{{ user.get_full_name|default:user.username }} </h2> -->
{% else %}
<h2><u>Proposal Guidelines</u></h2>
@@ -46,7 +46,7 @@
{% endfor %}
</div>
{% csrf_token %}
- <center><button class="button special" type="submit">Submit</button></center>
+ <center><button class="btn btn-info" type="submit">Submit</button></center>
</form>
{% endif %}
</div>