diff options
author | prashantsinalkar | 2017-09-18 10:53:05 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-09-18 10:53:05 +0530 |
commit | c2939c84cbed1e48492177b6516f542e768966e4 (patch) | |
tree | ddede79899b7e2baf8d6890a69d156d14b179ae3 /website/templates/submit-cfw.html | |
parent | 7f5c751db3933e450a82e6d892c865101ccd4915 (diff) | |
download | SciPy2017-c2939c84cbed1e48492177b6516f542e768966e4.tar.gz SciPy2017-c2939c84cbed1e48492177b6516f542e768966e4.tar.bz2 SciPy2017-c2939c84cbed1e48492177b6516f542e768966e4.zip |
updated the templates
Diffstat (limited to 'website/templates/submit-cfw.html')
-rwxr-xr-x | website/templates/submit-cfw.html | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ <hr> {% if proposals_w > 1 %} You have exceeded the workshop proposal submission limit. You may view your submitted proposals by clicking <a href="{% url 'website:view_abstracts' %}" class="btn "> here</a> + {% else %} <!-- <h2>{{ user.get_full_name|default:user.username }} </h2> --> <!-- <h2>{{ user.get_full_name|default:user.username }} </h2> --> <h2><u>Proposal Guidelines</u></h2> @@ -65,7 +66,7 @@ {% if form.error %} Auch {% endif %} - <center><button class="button special" style="background:#D44727" type="submit">Submit</button></center> + <center><button class="btn btn-info" type="submit">Submit</button></center> {% endif %} </div> {% endblock %} |